AxisLabelIntersectAction enum

Action while the axis label intersects. Axis label placements can be determined when the axis labels get intersected.

Inheritance

Constructors

AxisLabelIntersectAction()
const

Values

none → const AxisLabelIntersectAction
  • AxisLabelIntersectAction.none, will not perform any action on intersecting labels.
hide → const AxisLabelIntersectAction
  • AxisLabelIntersectAction.hide, hides the intersecting labels.
wrap → const AxisLabelIntersectAction
  • AxisLabelIntersectAction.wrap, wraps and places the intersecting labels in the next line.
trim → const AxisLabelIntersectAction
  • AxisLabelIntersectAction.trim, trim the intersecting labels. The tooltip will be shown by tapping or hovering the trimmed label
multipleRows → const AxisLabelIntersectAction
  • AxisLabelIntersectAction.multipleRows, places the axis labels in multiple rows.
rotate45 → const AxisLabelIntersectAction
  • AxisLabelIntersectAction.rotate45, rotates all the axis labels to 45°.
rotate90 → const AxisLabelIntersectAction
  • AxisLabelIntersectAction.rotate90, rotates all the axis labels to 90°.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<AxisLabelIntersectAction>
A constant List of the values in this enum, in order of their declaration.