HorizontalAxis
An implementation of AxisRenderer used for horizontal axes. This class extends Axis.
See also
Types
A subclass of Axis.Builder used to build HorizontalAxis instances.
Properties
Determines for what x values this HorizontalAxis is to display labels, ticks, and guidelines.
The number of labels (and, for HorizontalLayout.FullWidth, their corresponding ticks and guidelines) to skip from the start.
How often labels (and their corresponding ticks and guidelines) should be drawn.
Functions
Called after the Chart is drawn. Implementations can use this function to draw content above the Chart.
Called before the Chart is drawn. Implementations should rely on this function to draw themselves, unless they need to draw something above the Chart.
Called during the measurement phase, before getHorizontalInsets. Both horizontal and vertical insets can be requested from this function. The final inset for a given edge of the associated Chart is the largest of the insets requested for the edge.
Updates the chart’s MutableHorizontalDimensions instance.