IDateAxisDataItem

Type interface

Inheritance

IDateAxisDataItem extends IValueAxisDataItem.

IDateAxisDataItem is extended by IGaplessDateAxisDataItem.

Properties

above
#

Type undefined | false | true

Default false

Inherited from IAxisDataItem

If set to true, the grid and axis fill of this data item will be drawn above series.

NOTE: this needs to be set before crating an axis range. Updating this dynamically won't have any effect.

NOTE: if you need all grid to be drawn above series, you can brig it to front with chart.gridContainer.toFront();.

Click here for more info

affectsMinMax
#

Type undefined | false | true

Inherited from IValueAxisDataItem

If set to true the values fo this data item will be factored in when calculating scale of the ValueAxis. Useful for axis ranges.

@since 5.1.4

axisFill
#

Type Graphics

Inherited from IAxisDataItem

Axis fill element.

bullet
#

Type AxisBullet

Inherited from IAxisDataItem

Bullet element.

endValue
#

Type undefined | number

Inherited from IValueAxisDataItem

End value for axis items that span multiple values, like axis ranges.

grid
#

Type Grid

Inherited from IAxisDataItem

Grid line element.

isRange
#

Type undefined | false | true

Inherited from IAxisDataItem

Indicates if this data item represents an axis range.

label
#

Type AxisLabel

Inherited from IAxisDataItem

Axis label element.

tick
#

Type AxisTick

Inherited from IAxisDataItem

Tick element.

value
#

Type undefined | number

Inherited from IValueAxisDataItem

Value of the data item.

visible
#

Type undefined | false | true

Inherited from IComponentDataItem

There are 11 inherited items currently hidden from this list.