dotnetCHARTING Send comments on this topic.
ShadingEffectMode Enumeration
See Also  
dotnetCHARTING Namespace : ShadingEffectMode Enumeration


Specifies a shading mode.

Syntax

Visual Basic (Declaration)  
Public Enum ShadingEffectMode 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As ShadingEffectMode
C#  
public enum ShadingEffectMode : Enum 

Members

Member Description
None No shading is applied.
One Shading style One.
Two Shading style Two.
Three Shading style Three.
Four Shading style Four.
Five Shading style Five.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.ShadingEffectMode

See Also