withXOrdered method

ScatterChartSeries withXOrdered(
  1. bool value
)

Replaces ScatterChartSeries.isXOrdered with value.

Implementation

ScatterChartSeries withXOrdered(bool value) => copyWith(isXOrdered: value);