withShowInLegend method

CandlestickChartSeries withShowInLegend(
  1. bool value
)

Replaces CandlestickChartSeries.showInLegend with value.

Implementation

CandlestickChartSeries withShowInLegend(bool value) =>
    copyWith(showInLegend: value);