LegendIconType enum

It used to change the legend icons in different type of series and indicators.

Inheritance

Constructors

LegendIconType()
const

Values

seriesType → const LegendIconType

LegendIconType.seriesType, icon is same as series type.

circle → const LegendIconType

LegendIconType.circle, icon is changed by circle shape.

rectangle → const LegendIconType

LegendIconType.rectangle, icon is changed by rectangle shape.

image → const LegendIconType

LegendIconType.image, icon is changed by adding the assert image.

pentagon → const LegendIconType

LegendIconType.pentagon, icon is changed by pentagon shape.

verticalLine → const LegendIconType

LegendIconType.verticalLine, icon is changed by vertical line.

horizontalLine → const LegendIconType

LegendIconType.horizontalLine, icon is changed by horizontal line.

diamond → const LegendIconType

LegendIconType.diamond, icon is changed by diamond shape.

triangle → const LegendIconType

LegendIconType.triangle, icon is changed by triangle shape.

invertedTriangle → const LegendIconType

LegendIconType.invertedTriangle, icon is changed by invertedTriangle

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