withCategoryEncoding method

ScatterChartSeries withCategoryEncoding(
  1. ScatterCategoryEncoding value
)

Replaces ScatterChartSeries.categoryEncoding with value.

Implementation

ScatterChartSeries withCategoryEncoding(ScatterCategoryEncoding value) =>
    copyWith(categoryEncoding: value);