XTickConfiguration class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

XTickConfiguration({bool centered, dynamic format, dynamic culling, num count, bool fit, List values, num rotate, bool outer, num width, bool multiline})
factory

Properties

centered bool
Centerise ticks on category axis
getter/setter pair
count num
The number of x axis ticks to show. This option hides tick lines together with tick text. If this option is used on timeseries axis, the ticks position will be determined precisely and not nicely positioned (e.g. it will have rough second value).
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
fit bool
Fit x axis ticks. If true set, the ticks will be positioned nicely. If false set, the ticks will be positioned according to x value of the data points.
getter/setter pair
format ↔ dynamic
A function to format tick value. Format string is also available for timeseries data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
multiline bool
getter/setter pair
outer bool
Show x axis outer tick.
getter/setter pair
rotate num
Rotate x axis tick text. If you set negative value, it will rotate to opposite direction.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List
Set the x values of ticks manually. If this option is provided, the position of the ticks will be determined based on those values. This option works with timeseries data and the x values will be parsed accoding to the type of the value and data.xFormat option.
getter/setter pair
width num
Set width of x axis tick.
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