YTickConfiguration class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

YTickConfiguration({dynamic format, bool outer, num count, List values})
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
hashCode int
The hash code for this object.
no setterinherited
outer bool
Show or hide outer tick.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<num>
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