TimeScale class abstract

Implemented types
Annotations
  • @anonymous
  • @JS()

Constructors

TimeScale({TimeDisplayFormat displayFormats, bool isoWeekday, String max, String min, dynamic parser, String round, String tooltipFormat, String unit, num unitStepSize, String minUnit, String type, bool display, String position, GridLineOptions gridLines, ScaleTitleOptions scaleLabel, TickOptions ticks, List<ChartXAxe> xAxes, List<ChartYAxe> yAxes})
factory

Properties

display bool
getter/setter pairinherited
displayFormats TimeDisplayFormat
getter/setter pair
gridLines GridLineOptions
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isoWeekday bool
getter/setter pair
max String
getter/setter pair
min String
getter/setter pair
minUnit String
getter/setter pair
parser ↔ dynamic
getter/setter pair
position String
getter/setter pairinherited
round String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleLabel ScaleTitleOptions
getter/setter pairinherited
ticks TickOptions
getter/setter pairinherited
tooltipFormat String
getter/setter pair
type String
getter/setter pairinherited
unit String
getter/setter pair
unitStepSize num
getter/setter pair
xAxes List<ChartXAxe>
getter/setter pairinherited
yAxes List<ChartYAxe>
getter/setter pairinherited

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