withShowTrackingAxisLabel method

GaugeChartSeries withShowTrackingAxisLabel(
  1. bool value
)

Replaces GaugeChartSeries.showTrackingAxisLabel with value.

Implementation

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