ChartYAxe class abstract
tslint:disable-next-line no-empty-interface
- Implemented types
- Annotations
-
- @anonymous
- @JS()
Constructors
- ChartYAxe({String type, bool display, String id, bool stacked, String position, TickOptions ticks, GridLineOptions gridLines, num barThickness, ScaleTitleOptions scaleLabel, num categoryPercentage, num barPercentage, TimeScale time})
-
factory
Properties
- barThickness ↔ num
-
getter/setter pairinherited
- display ↔ bool
-
getter/setter pairinherited
- gridLines ↔ GridLineOptions
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pairinherited
- position ↔ String
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scaleLabel ↔ ScaleTitleOptions
-
getter/setter pairinherited
- stacked ↔ bool
-
getter/setter pairinherited
- ticks ↔ TickOptions
-
getter/setter pairinherited
- type ↔ String
-
getter/setter pairinherited
Methods
-
afterBuildTicks(
[dynamic scale]) → void -
inherited
-
afterCalculateTickRotation(
[dynamic scale]) → void -
inherited
-
afterDataLimits(
[dynamic scale]) → void -
inherited
-
afterFit(
[dynamic scale]) → void -
inherited
-
afterSetDimension(
[dynamic scale]) → void -
inherited
-
afterTickToLabelConversion(
[dynamic scale]) → void -
inherited
-
afterUpdate(
[dynamic scale]) → void -
inherited
-
beforeBuildTicks(
[dynamic scale]) → void -
inherited
-
beforeCalculateTickRotation(
[dynamic scale]) → void -
inherited
-
beforeDataLimits(
[dynamic scale]) → void -
inherited
-
beforeFit(
[dynamic scale]) → void -
inherited
-
beforeSetDimension(
[dynamic scale]) → void -
inherited
-
beforeTickToLabelConversion(
[dynamic scale]) → void -
inherited
-
beforeUpdate(
[dynamic scale]) → void -
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.
inherited