IAxisDataItem

Type interface

Inheritance

IAxisDataItem extends IComponentDataItem.

IAxisDataItem is extended by IValueAxisDataItem, ICategoryAxisDataItem.

Properties

above
#

Type undefined | false | true

Default false

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

axisFill
#

Type Graphics

Axis fill element.

bullet
#

Type AxisBullet

Bullet element.

grid
#

Type Grid

Grid line element.

isRange
#

Type undefined | false | true

Indicates if this data item represents an axis range.

label
#

Type AxisLabel

Axis label element.

tick
#

Type AxisTick

Tick element.

visible
#

Type undefined | false | true

Inherited from IComponentDataItem

There is 1 inherited item currently hidden from this list.