IValueAxisPrivate

Type interface

Inheritance

IValueAxisPrivate extends IAxisPrivate.

IValueAxisPrivate is extended by IDateAxisPrivate, IDurationAxisPrivate.

Properties

cellWidth
#

Type undefined | number

Inherited from IAxisPrivate

Width in pixels between grid lines (read-only).

It might not be exact, as DateAxis can have grids at irregular intervals.

Could be used to detect when size changes and to adjust labels for them not to overlap.

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.

max
#

Type undefined | number

Calculated current maximum value of the axis scale.

@readonly

maxFinal
#

Type undefined | number

A maximum value of the axis scale.

Can be useful in cases where axis zoom is currently being animated, and max is reflecting current intermediate value, whereas maxFinal will show target value.

@readonly

min
#

Type undefined | number

Calculated current minimum value of the axis scale.

@readonly

minFinal
#

Type undefined | number

A minimum value of the axis scale.

Can be useful in cases where axis zoom is currently being animated, and min is reflecting current intermediate value, whereas minFinal will show target value.

@readonly

selectionMax
#

Type undefined | number

Calculated maximum value of the currently viewable (zoomed) scope.

@readonly

selectionMaxFinal
#

Type undefined | number

A target maximum value of the viewable value scope.

Can be useful in cases where axis zoom is currently being animated, and selectionMax is reflecting current intermediate value, whereas selectionMaxFinal will show target value.

@readonly

selectionMin
#

Type undefined | number

Calculated minimum value of the currently viewable (zoomed) scope.

@readonly

selectionMinFinal
#

Type undefined | number

A target minimum value of the viewable value scope.

Can be useful in cases where axis zoom is currently being animated, and selectionMin is reflecting current intermediate value, whereas selectionMinFinal will show target value.

@readonly

selectionStepFinal
#

Type undefined | number

When selection step changes, it might change during axis zoom animation.

selectionStepFinal will show what step will be when animation is finished.

@readonly

showingTooltip
#

Type undefined | false | true

Inherited from ISpritePrivate

Is element currently showing a tooltip?

step
#

Type undefined | number

Value step between grid lines.

@readonly

stepDecimalPlaces
#

Type undefined | number

Decimal places used when formatting axis labels.

@readonly

tooltipPosition
#

Type undefined | number

Inherited from IAxisPrivate

Saves position to which tooltip points.

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

There are 7 inherited items currently hidden from this list.