Xceed Chart for WinForms v4.4 Documentation
ShadowType Enumeration


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace : ShadowType Enumeration
Defines the type of a shadow.
Syntax
'Declaration
 
Public Enum ShadowType 
   Inherits System.Enum
'Usage
 
Dim instance As ShadowType
public enum ShadowType : System.Enum 
Members
MemberDescription
GaussianBlurA shadow with gausiian attenuation.
LinearBlurA shadow with linear attenuation.
NoneNo shadow at all.
RadialBlurA shadow with radial attenuation.
SolidA shadow that does not fade towards its edges. Usually the fastest mode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.GraphicsCore.ShadowType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Chart.GraphicsCore Namespace