StripLine.BackImageTransparentColor Property

.NET Framework (current version)
 

Gets or sets the color of a strip line background image that will be implemented 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 that will be displayed as transparent.

This property is not applicable if the StripWidth property is set to a value of 0.0.

.NET Framework
Available since 4.0
Return to top
Show: