yMaxLimit property

double? yMaxLimit
final

Customize the data space in which the chart will paint.

This marks the trailing point of the data in which the chart paints in the vertical axis.

If omitted, defaults to the highest y found in the data points passed to TinyLineChart.dataPoints.

Implementation

final double? yMaxLimit;