withShowInTrackingTooltip method

PolarColumnChartSeries withShowInTrackingTooltip(
  1. bool value
)

Replaces PolarColumnChartSeries.showInTrackingTooltip with value.

Implementation

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