3 writes to _customLegends
System.Web.DataVisualization (3)
Common\General\Legend.cs (3)
406
_customLegends
= new LegendItemsCollection(this);
421
_customLegends
= new LegendItemsCollection(this);
4824
_customLegends
= null;
4 references to _customLegends
System.Web.DataVisualization (4)
Common\General\Legend.cs (4)
2292
foreach(LegendItem item in this.
_customLegends
)
3662
return
_customLegends
;
4821
if (
_customLegends
!= null)
4823
_customLegends
.Dispose();