Chart.IsSoftShadows Property

.NET Framework (current version)
 

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

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BindableAttribute(true)>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member IsSoftShadows : bool with get, set

Property Value

Type: System.Boolean

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

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.

.NET Framework
Available since 4.0
Return to top
Show: