withScope method

ChartSelectionConfig withScope(
  1. ChartSelectionScope value
)

Replaces ChartSelectionConfig.scope with value.

Implementation

ChartSelectionConfig withScope(ChartSelectionScope value) =>
    copyWith(scope: value);