.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : ShadingEffectMode Enumeration
ShadingEffectMode Enumeration
Specifies a shading mode.
Syntax
'Declaration
 
Public Enum ShadingEffectMode 
   Inherits System.Enum
'Usage
 
Dim instance As ShadingEffectMode
public enum ShadingEffectMode : System.Enum 
Members
MemberDescription
Background1Background Shading style 1. Used for box backgrounds.
Background2Background Shading style 2. Used for box backgrounds.
DefaultA default shading used with background of objects such as AxisMarkers, AlternateGridBackground, Box, BoxHeader, ChartArea.
EightShading style Eight.
FiveShading style Five.
FourShading style Four.
NoneNo shading is applied.
OneShading style One.
SevenShading style Seven.
SixShading style Six.
SubtleGradientA subtle shading effect for bars and columns
ThreeShading style Three.
TwoShading style Two.
Inheritance Hierarchy

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

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