Chart.IsSoftShadows Property

Definition

Gets or sets a flag that determines if a smooth gradient is applied when shadows are drawn.

public:
 property bool IsSoftShadows { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool IsSoftShadows { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.IsSoftShadows : bool with get, set
Public Property IsSoftShadows As Boolean

Property Value

true if shadows are drawn using smoothing, false if they are not. The default value is true.

Attributes

Remarks

If the value of the ShadowOffset property for a series, data point, chart area or legend is nonzero, a shadow will be applied using a color set by their ShadowColor property.

If the value of the IsSoftShadows property is true, a smooth gradient will be applied to the shadow.

Applies to