2 instantiations of LegendCellCollection
System.Web.DataVisualization (2)
Common\General\Legend.cs (2)
5246
this._cells = new
LegendCellCollection
(this);
5264
this._cells = new
LegendCellCollection
(this);
2 references to LegendCellCollection
System.Web.DataVisualization (2)
Common\General\Legend.cs (2)
5224
private
LegendCellCollection
_cells = null;
5996
public
LegendCellCollection
Cells