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(typeof(ColorConverter))>] [<PersistenceModeAttribute(PersistenceMode.Attribute)>] member ForeColor : Color with get, set
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: