Gets or sets a boolean value that determines if a smooth gradient is applied when shadows are drawn.
Specifies whether smoothing is applied while drawing shadows.
Visual Basic (Declaration) | |
---|---|
Public Property SoftShadows As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool SoftShadows {get; set;} |
Return Value
If true shadows are drawn using smoothing, if false they are not. Defaults to true.
If a series, data point, chart area or the legend have a ShadowOffset value other than zero then a shadow will be applied, using a color set by the ShadowColor property.
If SoftShadows is true then a smooth gradient will be applied to the shadow.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family