ICategoryDateAxisDataItem

Type interface

Inheritance

ICategoryDateAxisDataItem extends ICategoryAxisDataItem.

ICategoryDateAxisDataItem is not extended by any other symbol.

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

axisFill
#

Type Graphics

Inherited from IAxisDataItem

Axis fill element.

bullet
#

Type AxisBullet

Inherited from IAxisDataItem

Bullet element.

category
#

Type undefined | string

Inherited from ICategoryAxisDataItem

Named category.

categoryLocation
#

Type undefined | number

Inherited from ICategoryAxisDataItem

Relative location of the category within cell: 0 - start, 1 - end.

deltaPosition
#

Type undefined | number

Inherited from ICategoryAxisDataItem

A distance to shift data item relative to its original position.

The value is 0 to 1, where 1 is full witdth of the axis.

Can be used to sort data items without modifying order of the actual data.

endCategory
#

Type undefined | string

Inherited from ICategoryAxisDataItem

Named end category (for axis items that span multiple categories, like axis ranges).

endCategoryLocation
#

Type undefined | number

Inherited from ICategoryAxisDataItem

Relative location of the end category within cell: 0 - start, 1 - end.

grid
#

Type Grid

Inherited from IAxisDataItem

Grid line element.

index
#

Type undefined | number

Inherited from ICategoryAxisDataItem

Index of the data item.

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.

visible
#

Type undefined | false | true

Inherited from IComponentDataItem

There are 14 inherited items currently hidden from this list.