StripLine.ForeColor Property
.NET Framework (current version)
Gets or sets the color of the strip line text.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)> <TypeConverterAttribute(GetType(ColorConverter))> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property ForeColor As Color
Property Value
Type: System.Drawing.ColorA Color value that represents the text color of a strip line. The default value is Black.
You can specify any valid ARGB color for this property. This property is only applicable when a text value is specified for the strip line.
.NET Framework
Available since 4.0
Available since 4.0
Show: