DataMarkerType enum

Data marker shapes.

Data marker supports the below shapes. If the shape is DataMarkerType.image, specify the image path in the imageUrl property of markerSettings.

Inheritance

Values

circle → const DataMarkerType
  • DataMarkerType.circle, will render marker shape circle.
rectangle → const DataMarkerType
  • DataMarkerType.rectangle, will render marker shape rectangle.
image → const DataMarkerType
  • DataMarkerType.image, will render marker image.
pentagon → const DataMarkerType
  • DataMarkerType.pentagon, will render marker shape pentagon.
verticalLine → const DataMarkerType
  • DataMarkerType.verticalLine, will render marker verticalLine.
horizontalLine → const DataMarkerType
  • DataMarkerType.horizontalLine, will render marker horizontalLine.
diamond → const DataMarkerType
  • DataMarkerType.diamond, will render marker shape diamond.
triangle → const DataMarkerType
  • DataMarkerType.triangle, will render marker shape triangle.
invertedTriangle → const DataMarkerType
  • DataMarkerType.invertedTriangle, will render marker shape invertedTriangle.
none → const DataMarkerType
  • DataMarkerType.none, will skip rendering marker.

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<DataMarkerType>
A constant List of the values in this enum, in order of their declaration.