copyWithoutLegend method

LineChartStyle copyWithoutLegend()

Implementation

LineChartStyle copyWithoutLegend() {
  return copyRemoving(legend: true);
}