Dundas Chart for ASP.NET
SoftShadows Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Chart Class : SoftShadows Property


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.

Syntax

Visual Basic (Declaration)  
Public Property SoftShadows As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim value As Boolean
 
instance.SoftShadows = value
 
value = instance.SoftShadows
C#  
public bool SoftShadows {get; set;}

Return Value

If true shadows are drawn using smoothing, if false they are not. Defaults to true.

Remarks

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.

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.