withSelectionProjection method
Replaces ChartDocumentExtractOptions.selectionProjection with value.
Implementation
ChartDocumentExtractOptions withSelectionProjection(
ChartSelectionProjectionOptions value,
) => copyWith(selectionProjection: value);