Axis.TitleForeColor Property
.NET Framework (current version)
Gets or sets the text color of an axis title.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)> <TypeConverterAttribute(GetType(ColorConverter))> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property TitleForeColor As Color
Property Value
Type: System.Drawing.ColorA Color that specifies the text color of an axis title. The default color is Black.
Gets or sets the text color of an Axis object title.
You can use any valid ARGB (alpha, red, green, blue) color.
.NET Framework
Available since 4.0
Available since 4.0
Show: