LegendOverflowMode enum
Behavior of the legend items when it overflows.
Values
- scroll → const LegendOverflowMode
-
It will place all the legend items in single line and enables scrolling.
- wrap → const LegendOverflowMode
-
It will wrap and place the remaining legend items to next line.
- wrapScroll → const LegendOverflowMode
-
It will wrap and place the remaining legend items to next line with scrolling.
- none → const LegendOverflowMode
-
Exceeding items will be clipped.
Properties
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<
LegendOverflowMode> - A constant List of the values in this enum, in order of their declaration.