axisMin property

double? axisMin
final

Min value of the chart, anything below that will not be shown and chart x axis will start from axisMin (default: 0)

Implementation

final double? axisMin;