LegendCellColumn.HeaderForeColor Property

.NET Framework (current version)
 

Gets or sets the color of the legend column header text (HeaderText property).

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[TypeConverterAttribute(typeof(ColorConverter))]
public virtual Color HeaderForeColor { get; set; }

Property Value

Type: System.Drawing.Color

A Color value that specifies the color of the legend column header text.

.NET Framework
Available since 4.0
Return to top
Show: