LegendIconType enum
It used to change the legend icons in different type of series and indicators.
Values
- seriesType → const LegendIconType
-
LegendIconType.seriesType
, icon is same as seriestype. - 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 assest image. - pentagon → const LegendIconType
-
LegendIconType.pentagon
, icon is changed by pentagon shape. - verticalLine → const LegendIconType
-
LegendIconType.verticalLine
, icon is changed by verticalline. - horizontalLine → const LegendIconType
-
LegendIconType.horizontalLine
, icon is changed by horizotalline. - 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 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<
LegendIconType> - A constant List of the values in this enum, in order of their declaration.