SparkChartMarkerShape enum
Displays the marker in different types of shape.
Values
- circle → const SparkChartMarkerShape
-
SparkChartMarkerShape.circle displays the marker in a circular shape.
- diamond → const SparkChartMarkerShape
-
SparkChartMarkerShape.diamond displays the marker in a diamond shape.
- square → const SparkChartMarkerShape
-
SparkChartMarkerShape.square displays the marker in a square shape.
- triangle → const SparkChartMarkerShape
-
SparkChartMarkerShape.triangle displays the marker in a triangle shape.
- invertedTriangle → const SparkChartMarkerShape
-
SparkChartMarkerShape.invertedTriangle displays the marker in an inverted triangle shape
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SparkChartMarkerShape> - A constant List of the values in this enum, in order of their declaration.