ISeriesPrivate

Type interface

Inheritance

ISeriesPrivate extends IComponentPrivate.

ISeriesPrivate is extended by IFlowPrivate, IFlowNodesPrivate, IPercentSeriesPrivate, IHierarchyPrivate, IMapSeriesPrivate, IXYSeriesPrivate, ILegendPrivate, IVennPrivate, IWordCloudPrivate.

Properties

adjustedStartIndex
#

Type undefined | number

baseValueSeries
#

Type Series

customValueAbsoluteSum
#

Type undefined | number

customValueAverage
#

Type undefined | number

customValueClose
#

Type undefined | number

customValueCount
#

Type undefined | number

customValueHigh
#

Type undefined | number

customValueLow
#

Type undefined | number

customValueOpen
#

Type undefined | number

customValueSum
#

Type undefined | number

endIndex
#

Type undefined | number

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.

showingTooltip
#

Type undefined | false | true

Inherited from ISpritePrivate

Is element currently showing a tooltip?

startIndex
#

Type undefined | number

tooltipTarget
#

Type Graphics

Inherited from ISpritePrivate

An element tooltip should inherit its colors from.

trustBounds
#

Type undefined | false | true

Inherited from ISpritePrivate

If set to true, the sprite will check if a mouse pointer is within its bounds before dispatching pointer events.

This helps to solve ghost tooltips problem that sometimes appear while moving the pointer over interactive objects.

This is set to true by default on Rectangle and Circle.

@since 5.5.0

valueAbsoluteSum
#

Type undefined | number

valueAverage
#

Type undefined | number

valueClose
#

Type undefined | number

valueCount
#

Type undefined | number

valueHigh
#

Type undefined | number

valueLow
#

Type undefined | number

valueOpen
#

Type undefined | number

valueSum
#

Type undefined | number

There are 5 inherited items currently hidden from this list.