ChartXAxe class abstract
- Implemented types
- Annotations
-
- @anonymous
- @JS()
Constructors
- ChartXAxe({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
- barPercentage ↔ num
-
getter/setter pair
- barThickness ↔ num
-
getter/setter pairinherited
- categoryPercentage ↔ num
-
getter/setter pair
- 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
- time ↔ TimeScale
-
getter/setter pair
- 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