-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ScatterChart.ScatterShapePredefined ScatterShapes that allow the specification of a shape a ScatterDataSet should be drawn with.If a ScatterShape is specified for a ScatterDataSet, the required renderer is set.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CHEVRON_DOWNCHEVRON_UPXCROSSTRIANGLECIRCLESQUARE
-
Method Summary
Modifier and Type Method Description StringtoString()static Array<ScatterChart.ScatterShape>getAllDefaultShapes()static Array<ScatterChart.ScatterShape>values()static ScatterChart.ScatterShapevalueOf(String name)-
-
Method Detail
-
getAllDefaultShapes
static Array<ScatterChart.ScatterShape> getAllDefaultShapes()
-
values
static Array<ScatterChart.ScatterShape> values()
-
valueOf
static ScatterChart.ScatterShape valueOf(String name)
-
-
-
-