ChartRangePadding enum
Padding for axis ranges.
Values
- auto → const ChartRangePadding
-
- ChartRangePadding.auto, will apply
none
as padding for horizontal numeric axis, while the vertical numeric axis takesnormal
as padding calculation.
- ChartRangePadding.auto, will apply
- none → const ChartRangePadding
-
- ChartRangePadding.none, will not add any padding to the minimum and maximum values.
- normal → const ChartRangePadding
-
- ChartRangePadding.normal, will apply padding to the axis based on the default range calculation.
- additional → const ChartRangePadding
-
- ChartRangePadding.additional, will add an interval to the minimum and maximum of the axis.
- round → const ChartRangePadding
-
- ChartRangePadding.round, will round the minimum and maximum values to the nearest possible value.
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<
ChartRangePadding> - A constant List of the values in this enum, in order of their declaration.