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(typeof(ColorConverter))]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public Color BackImageTransparentColor { get; set; }

Property Value

Type: System.Drawing.Color

A Color value. The default value is Empty.

.NET Framework
Available since 4.0
Return to top
Show: