AxisManager
Manages a chart’s axes, setting their bounds and drawing them.
See also
Properties
Link copied to clipboard
The AxisRenderer for the bottom axis.
Link copied to clipboard
The AxisRenderer for the end axis.
Link copied to clipboard
The AxisRenderer for the start axis.
Link copied to clipboard
The AxisRenderer for the top axis.
Functions
Link copied to clipboard
Adds the AxisRenderers controlled by this AxisManager to the given MutableList of ChartInsetters.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setAxes(startAxis: AxisRenderer<AxisPosition.Vertical.Start>? = this.startAxis, topAxis: AxisRenderer<AxisPosition.Horizontal.Top>? = this.topAxis, endAxis: AxisRenderer<AxisPosition.Vertical.End>? = this.endAxis, bottomAxis: AxisRenderer<AxisPosition.Horizontal.Bottom>? = this.bottomAxis)
Sets the axes managed by this AxisManager.
Link copied to clipboard
fun setAxesBounds(measureContext: MeasureContext, contentBounds: RectF, chartBounds: RectF, insets: Insets)
Sets each axis’s bounds.