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 
C++/CLI 
public enum class ShadingEffectMode : public Enum 

Members

MemberDescription
None No shading is applied.
One Shading style One.
Two Shading style Two.
Three Shading style Three.
Four Shading style Four.

Inheritance Hierarchy

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

See Also