10 references to Text
System.Windows.Forms.DataVisualization (10)
Common\General\Legend.cs (3)
6135
this.Cells.Add(LegendCellType.
Text
, KeywordName.LegendText, ContentAlignment.MiddleLeft);
6141
this.Cells.Add(LegendCellType.
Text
, KeywordName.LegendText, ContentAlignment.MiddleLeft);
6158
this.Cells.Add(LegendCellType.
Text
, KeywordName.LegendText, ContentAlignment.MiddleLeft);
Common\General\LegendColumns.cs (7)
757
newCell.CellType = (this.ColumnType == LegendCellColumnType.SeriesSymbol) ? LegendCellType.SeriesSymbol : LegendCellType.
Text
;
820
private LegendCellType _cellType = LegendCellType.
Text
;
898
this.Intitialize(LegendCellType.
Text
, string.Empty, ContentAlignment.MiddleCenter);
907
this.Intitialize(LegendCellType.
Text
, text, ContentAlignment.MiddleCenter);
982
DefaultValue(LegendCellType.
Text
),
1522
else if(this.CellType == LegendCellType.
Text
)
1952
case(LegendCellType.
Text
):