LegendIconType enum
It used to change the legend icons in different type of series and indicators
Constants
- circle → const LegendIconType
-
LegendIconType.circle
, icon is changed by circle shape.const LegendIconType(1)
- diamond → const LegendIconType
-
LegendIconType.diamond
, icon is changed by diamond shape.const LegendIconType(7)
- horizontalLine → const LegendIconType
-
LegendIconType.horizontalLine
, icon is changed by horizotalline.const LegendIconType(6)
- image → const LegendIconType
-
LegendIconType.image
, icon is changed by adding the assest image.const LegendIconType(3)
- invertedTriangle → const LegendIconType
-
LegendIconType.invertedTriangle
, icon is changed by invertedTriangle shape.const LegendIconType(9)
- pentagon → const LegendIconType
-
LegendIconType.pentagon
, icon is changed by pentagon shape.const LegendIconType(4)
- rectangle → const LegendIconType
-
LegendIconType.rectangle
, icon is changed by rectangle shape.const LegendIconType(2)
- seriesType → const LegendIconType
-
LegendIconType.seriesType
, icon is same as seriestype.const LegendIconType(0)
- triangle → const LegendIconType
-
LegendIconType.triangle
, icon is changed by triangle shape.const LegendIconType(8)
-
values
→ const List<
LegendIconType> -
A constant List of the values in this enum, in order of their declaration.
const List<
LegendIconType> - verticalLine → const LegendIconType
-
LegendIconType.verticalLine
, icon is changed by verticalline.const LegendIconType(5)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- index → int
-
The integer index of this enum.
final - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited