2 instantiations of LegendCellColumnCollection
System.Web.DataVisualization (2)
Common\General\Legend.cs (2)
408
_cellColumns = new
LegendCellColumnCollection
(this);
423
_cellColumns = new
LegendCellColumnCollection
(this);
2 references to LegendCellColumnCollection
System.Web.DataVisualization (2)
Common\General\Legend.cs (2)
306
private
LegendCellColumnCollection
_cellColumns = null;
2936
public
LegendCellColumnCollection
CellColumns