IMapSeriesPrivate

Type interface

Inheritance

IMapSeriesPrivate extends ISeriesPrivate.

IMapSeriesPrivate is extended by IMapPointSeriesPrivate, IMapPolygonSeriesPrivate.

Properties

adjustedStartIndex
#

Type undefined | number

Inherited from ISeriesPrivate

baseValueSeries
#

Type Series

Inherited from ISeriesPrivate

customValueAbsoluteSum
#

Type undefined | number

Inherited from ISeriesPrivate

customValueAverage
#

Type undefined | number

Inherited from ISeriesPrivate

customValueClose
#

Type undefined | number

Inherited from ISeriesPrivate

customValueCount
#

Type undefined | number

Inherited from ISeriesPrivate

customValueHigh
#

Type undefined | number

Inherited from ISeriesPrivate

customValueLow
#

Type undefined | number

Inherited from ISeriesPrivate

customValueOpen
#

Type undefined | number

Inherited from ISeriesPrivate

customValueSum
#

Type undefined | number

Inherited from ISeriesPrivate

endIndex
#

Type undefined | number

Inherited from ISeriesPrivate

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

Inherited from ISeriesPrivate

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

Inherited from ISeriesPrivate

valueAverage
#

Type undefined | number

Inherited from ISeriesPrivate

valueClose
#

Type undefined | number

Inherited from ISeriesPrivate

valueCount
#

Type undefined | number

Inherited from ISeriesPrivate

valueHigh
#

Type undefined | number

Inherited from ISeriesPrivate

valueLow
#

Type undefined | number

Inherited from ISeriesPrivate

valueOpen
#

Type undefined | number

Inherited from ISeriesPrivate

valueSum
#

Type undefined | number

Inherited from ISeriesPrivate

There are 25 inherited items currently hidden from this list.