IRadarChartPrivate

Type interface

Inheritance

IRadarChartPrivate extends IXYChartPrivate.

IRadarChartPrivate is not extended by any other symbol.

Properties

focusable
#

Type undefined | false | true

Inherited from ISpritePrivate

If set to false, its tabindex will be set to -1, so it does not get focused with TAB, regardless whether its public setting focusable is set to true.

@since 5.3.16

htmlElement
#

Type HTMLDivElement

Inherited from IContainerPrivate

A <div> element used for HTML content of the Container.

innerRadius
#

Type undefined | number

Inner radius in pixels.

otherCharts
#

Type Array

Inherited from IXYChartPrivate

Array of other XYChart objects that cursors should be synced with.

Note: cursors will be synced across the vertically stacked charts only.

radius
#

Type undefined | number

Radius in pixels.

showingTooltip
#

Type undefined | false | true

Inherited from ISpritePrivate

Is element currently showing a tooltip?

tooltipSeries
#

Type Array

Inherited from IXYChartPrivate

A list of Series that currently have their tooltip being displayed.

tooltipTarget
#

Type Graphics

Inherited from ISpritePrivate

An element tooltip should inherit its colors from.

There are 6 inherited items currently hidden from this list.