IGanttCategoryAxisDataItem

Type interface

Inheritance

IGanttCategoryAxisDataItem extends ICategoryAxisDataItem.

IGanttCategoryAxisDataItem 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.

cellSize
#

Type undefined | number

Inherited from ICategoryAxisDataItem

A size of the category cell.

NOTE: This value is used only if cellSizeField is set on the series.

children
#

Type Array

Children of this category, if any.

collapsed
#

Type undefined | false | true

A flag indicating whether the category is collapsed.

color
#

Type Color

Color of a task.

container
#

Type Container

A container that holds all other elements of a axis label - label, controls, grip, etc.

controlsContainer
#

Type Container

A container that holds progress pie and duration stepper.

customColor
#

Type Color

Custom color for the task, if any.

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.

duration
#

Type undefined | number

Duration of the task (in days or other units, depending on durationUnit setting of a Gantt).

durationStepper
#

Type NumericStepper

A stepper that allows to change task duration.

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.

grip
#

Type Rectangle

A grip for dragging the category.

id
#

Type undefined | string

Inherited from ICategoryAxisDataItem

A unique id of the data item.

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.

name
#

Type undefined | string

Displayed name of a category.

parent
#

Type DataItem

A reference to the parent category data item.

parentId
#

Type undefined | string

Parent id of data item.

progress
#

Type undefined | number

Progress of the task, from 0 to 1. If this item has children, this will be the average of all children's progress.

progressPie
#

Type ProgressPie

A progress pie that shows progress of the task.

seriesDataItem
#

Type DataItem

A reference to the series data item.

taskBullet
#

Type Button

A bullet to the left of a label (circle or triangle, if it has children)

tick
#

Type AxisTick

Inherited from IAxisDataItem

Tick element.

visible
#

Type undefined | false | true

Inherited from IComponentDataItem

There are 16 inherited items currently hidden from this list.