YAxisConfiguration class abstract

Implemented types
Annotations
  • @anonymous
  • @JS()

Constructors

YAxisConfiguration({bool clipPath, bool inner, num max, num min, bool inverted, num center, dynamic label, YTickConfiguration tick, dynamic padding, bool show, List<AxesConfiguration> axes})
factory

Properties

axes List<AxesConfiguration>
Set additional axes for Axis
getter/setter pairinherited
center num
Set center value of y axis.
getter/setter pairinherited
clipPath bool
Set clip-path attribute for y axis element.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inner bool
Show y axis inside of the chart.
getter/setter pairinherited
inverted bool
Change the direction of y axis. If true set, the direction will be from the top to the bottom.
getter/setter pairinherited
JS$default List<num>
Set default range of y axis. This option set the default value for y axis when there is no data on init.
getter/setter pairinherited
label ↔ dynamic
Set label on y axis. This option works in the same way as axis.x.label.
getter/setter pairinherited
max num
Set max value of y axis.
getter/setter pairinherited
min num
Set min value of y axis.
getter/setter pairinherited
padding ↔ dynamic
Set padding for y axis. You can set padding for y axis to create more space on the edge of the axis. This option accepts object and it can include top and bottom. top, bottom will be treated as pixels.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
Show or hide axis.
getter/setter pairinherited
tick YTickConfiguration
getter/setter pairinherited

Methods

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