AxisLabelIntersectAction enum
AxisLabelIntersectAction.none makes the axis labels overlap with the other when intersects, whereas AxisLabelIntersectAction.hide makes the axis label to be hidden, whereas AxisLabelIntersectAction.wrap makes the axis label wrapped to the next line, whereas AxisLabelIntersectAction.multipleRows moves the axis label to the next line, whereas AxisLabelIntersectAction.rotate45 rotates the axis label to 45°, and AxisLabelIntersectAction.rotate90 rotates the axis label to 90°.
Constants
- hide → const AxisLabelIntersectAction
-
const AxisLabelIntersectAction(1)
- multipleRows → const AxisLabelIntersectAction
-
const AxisLabelIntersectAction(3)
- none → const AxisLabelIntersectAction
-
const AxisLabelIntersectAction(0)
- rotate45 → const AxisLabelIntersectAction
-
const AxisLabelIntersectAction(4)
- rotate90 → const AxisLabelIntersectAction
-
const AxisLabelIntersectAction(5)
-
values
→ const List<
AxisLabelIntersectAction> -
A constant List of the values in this enum, in order of their declaration.
const List<
AxisLabelIntersectAction> - wrap → const AxisLabelIntersectAction
-
const AxisLabelIntersectAction(2)
Properties
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