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
Member | Description |
---|---|
Background1 | Background Shading style 1. Used for box backgrounds. |
Background2 | Background Shading style 2. Used for box backgrounds. |
Default | A default shading used with background of objects such as AxisMarkers, AlternateGridBackground, Box, BoxHeader, ChartArea. |
Eight | Shading style Eight. |
Five | Shading style Five. |
Four | Shading style Four. |
None | No shading is applied. |
One | Shading style One. |
Seven | Shading style Seven. |
Six | Shading style Six. |
SubtleGradient | A subtle shading effect for bars and columns |
Three | Shading style Three. |
Two | Shading 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