VirtualLayout

open class VirtualLayout(axisManager: AxisManager)

VirtualLayout measures and lays out the components of a chart.

Parameters

axisManager

the AxisManager that manages the associated chart’s axes.

Constructors

Link copied to clipboard
constructor(axisManager: AxisManager)

Functions

Link copied to clipboard
open fun <Model : ChartEntryModel> setBounds(context: MeasureContext, contentBounds: RectF, chart: Chart<Model>, legend: Legend?, horizontalDimensions: HorizontalDimensions, vararg chartInsetter: ChartInsetter?): RectF

Measures and sets the bounds for the components of the chart.