withShowTrackingAxisLabel method

BarChartSeries withShowTrackingAxisLabel(
  1. bool value
)

Replaces BarChartSeries.showTrackingAxisLabel with value.

Implementation

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