tryUpdate

fun tryUpdate(minX: Float? = null, maxX: Float? = null, minY: Float? = null, maxY: Float? = null, xStep: Float? = null, chartEntryModel: ChartEntryModel = this.chartEntryModel): MutableChartValues

Attempts to update the stored values to the provided values. MutableChartValues.minX and MutableChartValues.minY can be updated to a lower value. MutableChartValues.maxX and MutableChartValues.maxY can be updated to a higher value. MutableChartValues.chartEntryModel and MutableChartValues.xStep are always updated.