6 references to SeriesSymbol
System.Windows.Forms.DataVisualization (6)
Common\General\Legend.cs (3)
6136
this.Cells.Add(LegendCellType.
SeriesSymbol
, string.Empty, ContentAlignment.MiddleCenter);
6140
this.Cells.Add(LegendCellType.
SeriesSymbol
, string.Empty, ContentAlignment.MiddleCenter);
6157
this.Cells.Add(LegendCellType.
SeriesSymbol
, string.Empty, ContentAlignment.MiddleCenter);
Common\General\LegendColumns.cs (3)
757
newCell.CellType = (this.ColumnType == LegendCellColumnType.SeriesSymbol) ? LegendCellType.
SeriesSymbol
: LegendCellType.Text;
1498
if(this.CellType == LegendCellType.
SeriesSymbol
)
1958
case(LegendCellType.
SeriesSymbol
):