withShowInTrackingTooltip method

BarChartSeries withShowInTrackingTooltip(
  1. bool value
)

Replaces BarChartSeries.showInTrackingTooltip with value.

Implementation

BarChartSeries withShowInTrackingTooltip(bool value) =>
    copyWith(showInTrackingTooltip: value);