3 instantiations of LegendCell
System.Web.DataVisualization (3)
Common\General\LegendColumns.cs (3)
756 LegendCell newCell = new LegendCell(); 2823 Add(new LegendCell(cellType, text, alignment)); 2845 this.Insert(index, new LegendCell(cellType, text, alignment));
11 references to LegendCell
System.Web.DataVisualization (11)
Common\General\Legend.cs (8)
732 LegendCell legendCell = legendItem.Cells[cellIndex]; 756 LegendCell overlappedLegendCell = legendItem.Cells[cellIndex + spanIndex]; 893 foreach(LegendCell cell in legendItem.Cells) 1759 LegendCell legendCell = legendItem.Cells[cellIndex]; 2208 foreach(LegendCell cell in item.Cells) 2257 foreach(LegendCell cell in item.Cells) 2355 foreach(LegendCell cell in legendItem.Cells) 2443 LegendCell legendCell = legendItem.Cells[cellIndex];
Common\General\LegendColumns.cs (3)
754 internal LegendCell CreateNewCell() 756 LegendCell newCell = new LegendCell(); 2786public class LegendCellCollection : ChartNamedElementCollection<LegendCell>