fixed
fun fixed(minX: Float? = null, maxX: Float? = null, minY: Float? = null, maxY: Float? = null): AxisValuesOverrider<ChartEntryModel>
Creates an AxisValuesOverrider with fixed values for minX, maxX, minY, and maxY. If one of the values is null
, the chart will fall back to the default value.