withShowTrackingAxisLabel method

LineChartSeries withShowTrackingAxisLabel(
  1. bool value
)

Replaces LineChartSeries.showTrackingAxisLabel with value.

Implementation

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