2 writes to Legend
System.Windows.Forms.DataVisualization (2)
Common\DataManager\DataSeries.cs (2)
150
item.
Legend
= Chart.Legends.DefaultNameReference;
178
series.
Legend
= e.NewName;
5 references to Legend
System.Windows.Forms.DataVisualization (5)
Common\DataManager\DataSeries.cs (2)
148
if (String.IsNullOrEmpty(item.
Legend
) && Chart.Legends != null)
177
if (series.
Legend
== e.OldName)
Common\General\Legend.cs (3)
2078
if (this.Common.ChartPicture.Legends.IndexOf(series.
Legend
)<0)
2080
throw (new InvalidOperationException(SR.ExceptionLegendReferencedInSeriesNotFound(series.Name, series.
Legend
)));
2092
if (this.Common.ChartPicture.Legends[series.
Legend
] != this)