YTickConfiguration class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

YTickConfiguration({int count, dynamic format})
factory

Properties

count num
The number of y axis ticks to show. The position of the ticks will be calculated precisely, so the values on the ticks will not be rounded nicely. In the case, axis.y.tick.format or axis.y.tick.values will be helpful.
getter/setter pair
culling ↔ dynamic
Setting for culling ticks. If true is set, the ticks will be culled, then only limitted tick text will be shown. This option does not hide the tick lines. If false is set, all of ticks will be shown.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
outer bool
Show or hide outer tick.
getter/setter pair
rotate num
Rotate y(or y2) axis tick text.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
Show or hide axis tick line.
getter/setter pair
stepSize num
Set axis tick step(interval) size.
getter/setter pair
text ↔ dynamic
getter/setter pair
values ↔ dynamic
Set the y values of ticks manually.
getter/setter pair

Methods

format(num x) String
Set formatter for y axis tick text. This option accepts d3.format object as well as a function you define.
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