DataMarkerType enum

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

Constants

circle → const DataMarkerType
const DataMarkerType(0)
diamond → const DataMarkerType
const DataMarkerType(6)
horizontalLine → const DataMarkerType
const DataMarkerType(5)
image → const DataMarkerType
const DataMarkerType(2)
invertedTriangle → const DataMarkerType
const DataMarkerType(8)
pentagon → const DataMarkerType
const DataMarkerType(3)
rectangle → const DataMarkerType
const DataMarkerType(1)
triangle → const DataMarkerType
const DataMarkerType(7)
values → const List<DataMarkerType>

A constant List of the values in this enum, in order of their declaration.

const List<DataMarkerType>
verticalLine → const DataMarkerType
const DataMarkerType(4)

Properties

index int

The integer index of this enum.

final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toString() String
Returns a string representation of this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited