Title.BackImageTransparentColor Property

.NET Framework (current version)
 

Gets or sets a color that will be drawn as transparent when the background image is drawn.

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 that will be drawn as transparent when the background image is drawn. The default value is Empty.

This color will be displayed as transparent when the chart is rendered.

.NET Framework
Available since 4.0
Return to top
Show: