LegendItem.MarkerImageTransparentColor Property

.NET Framework (current version)
 

Gets or sets a color that will be replaced with a transparent color when the marker 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 MarkerImageTransparentColor As Color

Property Value

Type: System.Drawing.Color

A Color value that represents an ARGB (alpha, red, green, blue) color.

The MarkerImageTransparentColor property is used to select one color in a marker image that will be displayed as transparent.

You can set this property to any valid ARGB (alpha, red, green, blue) value.

System_CAPS_noteNote

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: