withXOrdered method
- bool value
Replaces ScatterChartSeries.isXOrdered with value.
Implementation
ScatterChartSeries withXOrdered(bool value) => copyWith(isXOrdered: value);
Replaces ScatterChartSeries.isXOrdered with value.
ScatterChartSeries withXOrdered(bool value) => copyWith(isXOrdered: value);