ChartRangePadding enum
ChartRangePadding.auto, the horizontal numeric axis takes None as padding calculation, while the vertical numeric axis takes Normal as padding calculation, whereas ChartRangePadding.none, minimum and maximum of an axis is based on the data, whereas ChartRangePadding.normal, padding is applied to the axis based on default range calculation, whereas ChartRangePadding.additional, an interval of an axis will be added to the minimum and maximum of the axis, and ChartRangePadding.round, minimum and maximum will be rounded to the nearest possible value, which is divisible by an interval.
Constants
- additional → const ChartRangePadding
-
const ChartRangePadding(3)
- auto → const ChartRangePadding
-
const ChartRangePadding(0)
- none → const ChartRangePadding
-
const ChartRangePadding(1)
- normal → const ChartRangePadding
-
const ChartRangePadding(2)
- round → const ChartRangePadding
-
const ChartRangePadding(4)
-
values
→ const List<
ChartRangePadding> -
A constant List of the values in this enum, in order of their declaration.
const List<
ChartRangePadding>
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