ChartRangePadding enum

Padding for axis ranges.

Inheritance

Constructors

ChartRangePadding()
const

Values

auto → const ChartRangePadding
  • ChartRangePadding.auto, will apply none as padding for horizontal numeric axis, while the vertical numeric axis takes normal as padding calculation.
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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.