Chart.ForeColor Property

.NET Framework (current version)
 

Gets or sets the text color of the Chart control.

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

<BindableAttribute(False)>
<BrowsableAttribute(False)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<TypeConverterAttribute(GetType(ColorConverter))>
Public Overrides Property ForeColor As Color

Property Value

Type: System.Drawing.Color

A Color value that represents the text color of the chart.

This property is not applicable to this class.

.NET Framework
Available since 4.0
Return to top
Show: