22 references to CellColumns
System.Web.DataVisualization (22)
Common\General\Legend.cs (13)
494
foreach(LegendCellColumn legendColumn in this.
CellColumns
)
944
foreach(LegendCellColumn legendColumn in this.
CellColumns
)
1763
if(cellIndex < this.
CellColumns
.Count)
1765
legendColumn = this.
CellColumns
[cellIndex];
1886
if(currentSubColumn < this.
CellColumns
.Count)
1888
LegendCellColumn legendColumn = this.
CellColumns
[currentSubColumn];
2051
this._numberOfCells = this.
CellColumns
.Count;
4052
for(int subColumnIndex = 0; subColumnIndex < this.
CellColumns
.Count; subColumnIndex++ )
4054
LegendCellColumn legendColumn = this.
CellColumns
[subColumnIndex];
4150
if(subColumnIndex < this.
CellColumns
.Count)
4153
LegendCellColumn legendColumn = this.
CellColumns
[subColumnIndex];
6130
if(legend.
CellColumns
.Count == 0)
6147
foreach(LegendCellColumn legendColumn in legend.
CellColumns
)
Common\General\LegendColumns.cs (9)
1579
if(cellIndex < this.Legend.
CellColumns
.Count &&
1580
!this.Legend.
CellColumns
[cellIndex].BackColor.IsEmpty)
1582
resultColor = this.Legend.
CellColumns
[cellIndex].BackColor;
1650
if(cellIndex < this.Legend.
CellColumns
.Count &&
1651
this.Legend.
CellColumns
[cellIndex].Font != null)
1653
cellFont = this.Legend.
CellColumns
[cellIndex].Font;
1882
if(cellIndex < this.Legend.
CellColumns
.Count &&
1883
!this.Legend.
CellColumns
[cellIndex].ForeColor.IsEmpty)
1885
return this.Legend.
CellColumns
[cellIndex].ForeColor;