withSelectionProjection method

ChartDocumentExtractOptions withSelectionProjection(
  1. ChartSelectionProjectionOptions value
)

Replaces ChartDocumentExtractOptions.selectionProjection with value.

Implementation

ChartDocumentExtractOptions withSelectionProjection(
  ChartSelectionProjectionOptions value,
) => copyWith(selectionProjection: value);