YAxisConfiguration class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

YAxisConfiguration({bool show, bool inner, num max, num min, bool inverted, num center, dynamic label, YTickConfiguration tick, dynamic padding, List<num> JS$default})
factory

Properties

center num
Set center value of y axis.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inner bool
Show y axis inside of the chart.
getter/setter pair
inverted bool
Change the direction of y axis. If true set, the direction will be from the top to the bottom.
getter/setter pair
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 pair
label ↔ dynamic
Set label on y axis. This option works in the same way as axis.x.label. Valid horizontal positions: inner-right (Default), inner-center, inner-left, outer-right, outer-center, outer-left Valid vertical positions: inner-top, inner-middle, inner-bottom, outer-top, outer-middle, outer-bottom
getter/setter pair
max num
Set max value of y axis.
getter/setter pair
min num
Set min value of y axis.
getter/setter pair
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 pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
Show or hide y axis.
getter/setter pair
tick YTickConfiguration
getter/setter pair

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