Series.ShadowColor Property

Definition

Gets or sets the shadow color of a series.

public:
 property System::Drawing::Color ShadowColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Bindable(true)]
public System.Drawing.Color ShadowColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ShadowColor : System.Drawing.Color with get, set
Public Property ShadowColor As Color

Property Value

The shadow color of a series. The default color is Black.

Attributes

Remarks

Gets or sets the shadow color of a series, which can be to any valid ARGB (alpha, red, green, blue) value.

The alpha value can be used to achieve a realistic shadow effect; try using 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).

Applies to