ChartArea.BackImageTransparentColor Property

.NET Framework (current version)
 

Gets or sets the color of a ChartArea object background image that will be drawn as transparent.

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

<BindableAttribute(True)>
<TypeConverterAttribute(GetType(ColorConverter))>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property BackImageTransparentColor As Color

Property Value

Type: System.Drawing.Color

A Color value. The default value is Empty.

.NET Framework
Available since 4.0
Return to top
Show: