AxesConfiguration class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

AxesConfiguration({List<num> domain, dynamic tick})
factory

Properties

domain List<num>
Set the axis domain value if set, will not be correlated with the main x Axis domain value
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tick ↔ dynamic
Set axis tick options
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