PercentAxisSpec class

Convenience AxisSpec specialized for numeric percentage axes.

Inheritance
Annotations
  • @immutable

Constructors

PercentAxisSpec({RenderSpec<num>? renderSpec, NumericTickProviderSpec? tickProviderSpec, NumericTickFormatterSpec? tickFormatterSpec, bool? showAxisLine, NumericExtents? viewport})
Creates a NumericAxisSpec that is specialized for percentage data.

Properties

hashCode int
The hash code for this object.
no setteroverride
renderSpec RenderSpec<num>?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleSpec → ScaleSpec<num>?
finalinherited
showAxisLine bool?
finalinherited
tickFormatterSpec TickFormatterSpec<num>?
finalinherited
tickProviderSpec TickProviderSpec<num>?
finalinherited
viewport NumericExtents?
Sets viewport for this Axis.
finalinherited

Methods

configure(Axis<num> axis, ChartContext context, GraphicsFactory graphicsFactory) → void
inherited
createAxis() NumericAxis
Creates an appropriately typed Axis.
inherited
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.
override