withXOrdered method

BarChartSeries withXOrdered(
  1. bool value
)

Replaces BarChartSeries.isXOrdered with value.

Implementation

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