minX property

double minX

Implementation

double get minX =>
    dataPoints.isEmpty ? 0 : dataPoints.map((e) => e.x).reduce(min);