ChartRangePadding enum
Padding for axis ranges.
Constants
- additional → const ChartRangePadding
-
- ChartRangePadding.additional, will add an interval to the minimum and maximum of the axis.
const ChartRangePadding(3)
- auto → const ChartRangePadding
-
- ChartRangePadding.auto, will apply None as padding for horizontal numeric axis, while the vertical numeric axis takes Normal as padding calculation.
const ChartRangePadding(0)
- none → const ChartRangePadding
-
- ChartRangePadding.none, will not add any padding to the min and max values.
const ChartRangePadding(1)
- normal → const ChartRangePadding
-
- ChartRangePadding.normal, will apply padding to the axis based on the default range calculation.
const ChartRangePadding(2)
- round → const ChartRangePadding
-
- ChartRangePadding.round, will round the minimum and maximum values to the nearest possible value,
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
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- index → int
-
The integer index of this enum.
final - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited