1 write to CellType
System.Windows.Forms.DataVisualization (1)
Common\General\LegendColumns.cs (1)
757
newCell.
CellType
= (this.ColumnType == LegendCellColumnType.SeriesSymbol) ? LegendCellType.SeriesSymbol : LegendCellType.Text;
6 references to CellType
System.Windows.Forms.DataVisualization (6)
Common\General\LegendColumns.cs (6)
1498
if(this.
CellType
== LegendCellType.SeriesSymbol)
1503
else if(this.
CellType
== LegendCellType.Image)
1522
else if(this.
CellType
== LegendCellType.Text)
1534
throw (new InvalidOperationException(SR.ExceptionLegendCellTypeUnknown(this.
CellType
.ToString())));
1950
switch(this.
CellType
)
1962
throw (new InvalidOperationException(SR.ExceptionLegendCellTypeUnknown(this.
CellType
.ToString())));