ChartValuesProvider

Provides a chart’s ChartValues instances.

Inheritors

Types

Link copied to clipboard

An empty ChartValuesProvider implementation. getChartValues throws an exception when called.

Functions

Link copied to clipboard
abstract fun getChartValues(axisPosition: AxisPosition.Vertical? = null): ChartValues

Returns the ChartValues instance associated with the specified AxisPosition.Vertical subclass. If axisPosition is null, the chart’s main ChartValues instance is returned.