Type interface
Inheritance
IValueAxisPrivate extends IAxisPrivate
.
IValueAxisPrivate is extended by IDateAxisPrivate
, IDurationAxisPrivate
.
Properties
cellWidth # |
Type Inherited from Width in pixels between grid lines (read-only). It might not be exact, as Could be used to detect when size changes and to adjust labels for them not to overlap. |
---|---|
focusable # |
Type Inherited from If set to @since 5.3.16 |
htmlElement # |
Type Inherited from A |
max # |
Type Calculated current maximum value of the axis scale. @readonly |
maxFinal # |
Type A maximum value of the axis scale. Can be useful in cases where axis zoom is currently being animated, and @readonly |
min # |
Type Calculated current minimum value of the axis scale. @readonly |
minFinal # |
Type A minimum value of the axis scale. Can be useful in cases where axis zoom is currently being animated, and @readonly |
selectionMax # |
Type Calculated maximum value of the currently viewable (zoomed) scope. @readonly |
selectionMaxFinal # |
Type A target maximum value of the viewable value scope. Can be useful in cases where axis zoom is currently being animated, and @readonly |
selectionMin # |
Type Calculated minimum value of the currently viewable (zoomed) scope. @readonly |
selectionMinFinal # |
Type A target minimum value of the viewable value scope. Can be useful in cases where axis zoom is currently being animated, and @readonly |
selectionStepFinal # |
Type When selection step changes, it might change during axis zoom animation. @readonly |
showingTooltip # |
Type Inherited from Is element currently showing a tooltip? |
step # |
Type Value step between grid lines. @readonly |
stepDecimalPlaces # |
Type Decimal places used when formatting axis labels. @readonly |
tooltipPosition # |
Type Inherited from Saves position to which tooltip points. |
tooltipTarget # |
Type Inherited from An element tooltip should inherit its colors from. |
trustBounds # |
Type Inherited from If set to This helps to solve ghost tooltips problem that sometimes appear while moving the pointer over interactive objects. This is set to @since 5.5.0 |
There are 7 inherited items currently hidden from this list. |