AxisLabelIntersectAction enum Null safety
Action while the axis label intersects.Axis Label placements can be determined when the axis labels get intesected.
Constants
- hide → const AxisLabelIntersectAction
-
- AxisLabelIntersectAction.hide, hides the intersecting labels.
const AxisLabelIntersectAction(1)
- multipleRows → const AxisLabelIntersectAction
-
- AxisLabelIntersectAction.multipleRows, places the axis labels in multiple rows.
const AxisLabelIntersectAction(3)
- none → const AxisLabelIntersectAction
-
- AxisLabelIntersectAction.none, will not perform any action on intersecting labels.
const AxisLabelIntersectAction(0)
- rotate45 → const AxisLabelIntersectAction
-
- AxisLabelIntersectAction.rotate45, rotates all the axis labels to 45°.
const AxisLabelIntersectAction(4)
- rotate90 → const AxisLabelIntersectAction
-
- AxisLabelIntersectAction.rotate90, rotates all the axis labels to 90°.
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
-
- AxisLabelIntersectAction.wrap, wraps and places the intersecting labels in the next line.
const AxisLabelIntersectAction(2)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited