9 references to Legends
System.Web.DataVisualization (9)
Common\General\Chart.cs (6)
1959 foreach(Legend legendCurrent in this.Legends) 2151 this.Legends.CalcLegendPosition(chartGraph, ref chartAreasRectangle, elementSpacing); 2207 this.Legends.CalcOutsideLegendPosition(chartGraph, area, ref areaPosition, elementSpacing); 2228 this.Legends.CalcOutsideLegendPosition(chartGraph, area, ref rect, elementSpacing); 2271 this.Legends.CalcInsideLegendPosition(chartGraph, elementSpacing); 3783 foreach( Legend legend in Legends )
Common\General\Legend.cs (2)
2078if (this.Common.ChartPicture.Legends.IndexOf(series.Legend)<0) 2092if (this.Common.ChartPicture.Legends[series.Legend] != this)
WebForm\ChartWebControl.cs (1)
2380 return chartPicture.Legends;