SparkChartMarkerShape enum

Displays the marker in different types of shape.

Inheritance

Constructors

SparkChartMarkerShape()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.