DateTimeAxisSpec class
Generic AxisSpec specialized for Timeseries charts.
- Inheritance
- Implementers
- Annotations
- 
    - @immutable
 
Constructors
- 
          DateTimeAxisSpec({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.
  final
Methods
- 
  configure(Axis< DateTime> axis, ChartContext context, GraphicsFactory graphicsFactory) → void
- 
  
  override
- 
  createAxis() → Axis< DateTime> ?
- 
  Creates an appropriately typed Axis.
  override
- 
  createDateTimeAxis(DateTimeFactory dateTimeFactory) → DateTimeAxis 
- 
  Creates a DateTimeAxis. This should be called in place of createAxis.
- 
  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