XTickConfiguration class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

XTickConfiguration({bool centered, dynamic format, dynamic culling, num count, bool fit, dynamic values, num rotate, bool autorotate, bool outer, num width, bool multiline, bool tooltip, bool show, dynamic text, String type})
factory

Properties

autorotate bool
Rotate x axis tick text if there is not enough space for 'category' and 'timeseries' type axis.
getter/setter pair
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.
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
Set tick text to be multiline
getter/setter pair
outer bool
Show x axis outer tick.
getter/setter pair
rotate num
Rotate x axis tick text.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
Show or hide tick line.
getter/setter pair
text ↔ dynamic
getter/setter pair
tooltip bool
Set to display system tooltip(via 'title' attribute) for tick text
getter/setter pair
type String
Set axis type (timeseries, category, indexed, log) NOTE: log type:
getter/setter pair
values ↔ dynamic
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