AxisSpec<D> class

Annotations

Constructors

AxisSpec({RenderSpec<D>? renderSpec, TickProviderSpec<D>? tickProviderSpec, TickFormatterSpec<D>? tickFormatterSpec, bool? showAxisLine, ScaleSpec<D>? scaleSpec})
const
AxisSpec.from(AxisSpec<D> other, {RenderSpec<D>? renderSpec, TickProviderSpec<D>? tickProviderSpec, TickFormatterSpec<D>? tickFormatterSpec, bool? showAxisLine, ScaleSpec<D>? scaleSpec})
factory

Properties

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

Methods

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