LegendCellColumn.ForeColor Property
.NET Framework (current version)
Gets or sets the text color of the legend cell column.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[<TypeConverterAttribute(typeof(ColorConverter))>] abstract ForeColor : Color with get, set [<TypeConverterAttribute(typeof(ColorConverter))>] override ForeColor : Color with get, set
Property Value
Type: System.Drawing.ColorA Color value used to draw the legend cell column text. The default value is Empty.
This property is only applicable if the LegendCellColumnType is set to Text.
.NET Framework
Available since 4.0
Available since 4.0
Show: