CommonAxe class abstract

Implementers
Annotations
  • @anonymous
  • @JS()

Constructors

CommonAxe()

Properties

barThickness num
getter/setter pair
display bool
getter/setter pair
gridLines GridLineOptions
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
position String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleLabel ScaleTitleOptions
getter/setter pair
stacked bool
getter/setter pair
ticks TickOptions
getter/setter pair
type String
getter/setter pair

Methods

afterBuildTicks([dynamic scale]) → void
afterCalculateTickRotation([dynamic scale]) → void
afterDataLimits([dynamic scale]) → void
afterFit([dynamic scale]) → void
afterSetDimension([dynamic scale]) → void
afterTickToLabelConversion([dynamic scale]) → void
afterUpdate([dynamic scale]) → void
beforeBuildTicks([dynamic scale]) → void
beforeCalculateTickRotation([dynamic scale]) → void
beforeDataLimits([dynamic scale]) → void
beforeFit([dynamic scale]) → void
beforeSetDimension([dynamic scale]) → void
beforeTickToLabelConversion([dynamic scale]) → void
beforeUpdate([dynamic scale]) → void
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