8 references to LegendCellColumnType
System.Web.DataVisualization (8)
Common\General\LegendColumns.cs (8)
128 private LegendCellColumnType _columnType = LegendCellColumnType.Text;
196: this(string.Empty, LegendCellColumnType.Text, KeywordName.LegendText, ContentAlignment.MiddleCenter)
208 public LegendCellColumn(string headerText, LegendCellColumnType columnType, string text) : this(headerText, columnType, text, ContentAlignment.MiddleCenter)
220 public LegendCellColumn(string headerText, LegendCellColumnType columnType, string text, ContentAlignment alignment)
278 DefaultValue(LegendCellColumnType.Text),
282 public virtual LegendCellColumnType ColumnType
757 newCell.CellType = (this.ColumnType == LegendCellColumnType.SeriesSymbol) ? LegendCellType.SeriesSymbol : LegendCellType.Text;