2 writes to _cellType
System.Web.DataVisualization (2)
Common\General\LegendColumns.cs (2)
939 this._cellType = cellType; 994 this._cellType = value;
2 references to _cellType
System.Web.DataVisualization (2)
Common\General\LegendColumns.cs (2)
940 if(this._cellType == LegendCellType.Image) 990 return this._cellType;