Title.BackColor Property
.NET Framework (current version)
Gets or sets the background color of the title.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)> <TypeConverterAttribute(GetType(ColorConverter))> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property BackColor As Color
Property Value
Type: System.Drawing.ColorA Color value that represents the background color of the title. The default color is White.
You can set this property to any valid ARGB (alpha, red, green, blue) value.
The BackColor value will be the first color used if you have specified gradient colors for the background.
The alpha value controls the opacity of a color. If you set this color to "transparent"—that is, if you use an alpha value of 0—no color will be assigned to the background of the title. As a result, the background will be transparent.
.NET Framework
Available since 4.0
Available since 4.0
Show: