EndPointsTimeAxisSpec class

Default AxisSpec used for Timeseries charts.

Inheritance
Annotations
  • @immutable

Constructors

EndPointsTimeAxisSpec({RenderSpec<DateTime>? renderSpec, DateTimeTickProviderSpec? tickProviderSpec, DateTimeTickFormatterSpec? tickFormatterSpec, bool? showAxisLine, DateTimeExtents? viewport})
Creates a AxisSpec that specialized for timeseries charts.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
renderSpec RenderSpec<DateTime>?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleSpec → ScaleSpec<DateTime>?
finalinherited
showAxisLine bool?
finalinherited
tickFormatterSpec TickFormatterSpec<DateTime>?
finalinherited
tickProviderSpec TickProviderSpec<DateTime>?
finalinherited
viewport DateTimeExtents?
Sets viewport for this Axis.
finalinherited

Methods

configure(Axis<DateTime> axis, ChartContext context, GraphicsFactory graphicsFactory) → void
inherited
createAxis() Axis<DateTime>?
Creates an appropriately typed Axis.
inherited
createDateTimeAxis(DateTimeFactory dateTimeFactory) → DateTimeAxis
Creates a DateTimeAxis. This should be called in place of createAxis.
inherited
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.
override