LegendItemOverflowMode enum
LegendItemOverflowMode.wrap legends are wrapped to next line, whereas LegendItemOverflowMode.scroll legends are placed in a single line that can be scrolled, and LegendItemOverflowMode.none legend's position which exceeds the size will not be visible.
Constants
- none → const LegendItemOverflowMode
-
const LegendItemOverflowMode(2)
- scroll → const LegendItemOverflowMode
-
const LegendItemOverflowMode(1)
-
values
→ const List<
LegendItemOverflowMode> -
A constant List of the values in this enum, in order of their declaration.
const List<
LegendItemOverflowMode> - wrap → const LegendItemOverflowMode
-
const LegendItemOverflowMode(0)
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