LegendItem.BackImageTransparentColor Property

.NET Framework (current version)
 

Gets or sets a color which will be replaced with a transparent color when the background image is drawn.

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

[<BindableAttribute(true)>]
[<TypeConverterAttribute(typeof(ColorConverter))>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member BackImageTransparentColor : Color with get, set

Property Value

Type: System.Drawing.Color

A Color value that will be displayed as transparent.

This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image.

.NET Framework
Available since 4.0
Return to top
Show: