TreemapLegendPosition enum
Positions the legend in the different directions.
Constructors
- TreemapLegendPosition()
-
const
Values
- left → const TreemapLegendPosition
-
Places the legend at left to the tree map area.
- right → const TreemapLegendPosition
-
Places the legend at right to the tree map area.
- top → const TreemapLegendPosition
-
Places the legend at top of the tree map area.
- bottom → const TreemapLegendPosition
-
Places the legend at bottom of the tree map area.
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<
TreemapLegendPosition> -
A constant List of the values in this enum, in order of their declaration.
[left, right, top, bottom]