2 writes to _legends
System.Web.DataVisualization (2)
Common\General\Chart.cs (2)
1561 _legends = new LegendCollection(this); 3828_legends = null;
3 references to _legends
System.Web.DataVisualization (3)
Common\General\Chart.cs (3)
2472 return _legends; 3825if (_legends != null) 3827_legends.Dispose();