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

MemberDescription
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.
SixShading style Six.
SevenShading style Seven.
EightShading style Eight.
Background1Background Shading style 1. Used for box backgrounds.
Background2Background Shading style 2. Used for box backgrounds.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.