withCategoryEncoding method
- ScatterCategoryEncoding value
Replaces ScatterChartSeries.categoryEncoding with value.
Implementation
ScatterChartSeries withCategoryEncoding(ScatterCategoryEncoding value) =>
copyWith(categoryEncoding: value);
Replaces ScatterChartSeries.categoryEncoding with value.
ScatterChartSeries withCategoryEncoding(ScatterCategoryEncoding value) =>
copyWith(categoryEncoding: value);