updateChartValues

open override fun updateChartValues(chartValuesManager: ChartValuesManager, model: ChartEntryModel, xStep: Float?)

Updates the ChartValues stored in the provided ChartValuesManager instance to this Chart’s ChartValues.

Parameters

chartValuesManager

the ChartValuesManager whose properties will be updated.

model

holds data about the Chart’s entries.

xStep

the overridden x step (or null if no override has occurred).