BehaviorPosition enum
Position of a component within the chart layout.
Outside positions are top, bottom, start, and end.
top component positioned at the top, with the chart positioned below the component and height reduced by the height of the component. bottom component positioned below the chart, and the chart's height is reduced by the height of the component. start component is positioned at the left of the chart (or the right if RTL), the chart's width is reduced by the width of the component. end component is positioned at the right of the chart (or the left if RTL), the chart's width is reduced by the width of the component. inside component is layered on top of the chart.
Values
- top → const BehaviorPosition
- bottom → const BehaviorPosition
- start → const BehaviorPosition
- end → const BehaviorPosition
- inside → const BehaviorPosition
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<
BehaviorPosition> - A constant List of the values in this enum, in order of their declaration.