Legend.ShadowColor Property
.NET Framework (current version)
Gets or sets the shadow color of the legend.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[<BindableAttribute(true)>] [<TypeConverterAttribute(typeof(ColorConverter))>] [<PersistenceModeAttribute(PersistenceMode.Attribute)>] member ShadowColor : Color with get, set
Property Value
Type: System.Drawing.ColorA Color value that represents the shadow color of the legend. The default color is Black.
This property can be set to any valid ARGB (alpha, red, green, blue) value.
The alpha value can be used to achieve a "realistic" shadowing effect; try a color value of "128,0,0,0" for shadows.
To implement a shadow, set the ShadowOffset property to a value other than zero (0).
.NET Framework
Available since 4.0
Available since 4.0
Show: