withShowTrackingAxisLabel method

PolarColumnChartSeries withShowTrackingAxisLabel(
  1. bool value
)

Replaces PolarColumnChartSeries.showTrackingAxisLabel with value.

Implementation

PolarColumnChartSeries withShowTrackingAxisLabel(bool value) =>
    copyWith(showTrackingAxisLabel: value);