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