ChartAlignment enum
Alignment of various elements in chart..
Constants
- center → const ChartAlignment
-
ChartAlignment.center
aligns to the center position
const ChartAlignment(1)
- far → const ChartAlignment
-
ChartAlignment.far
aligns to the far position.
const ChartAlignment(2)
- near → const ChartAlignment
-
ChartAlignment.near
aligns to the near position.
const ChartAlignment(0)
-
values
→ const List<
ChartAlignment> -
A constant List of the values in this enum, in order of their declaration.
const List<
ChartAlignment>
Properties
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