.netCHARTING v10.5 Documentation
Example 


dotnetCHARTING Namespace > Chart Class : ShadingEffectMode Property
ShadingEffectMode Property (Chart)
Gets or sets a ShadingEffectMode enumeration indicating how elements on the chart are shaded.
Syntax
'Declaration
 
Public Property ShadingEffectMode As ShadingEffectMode
'Usage
 
Dim instance As Chart
Dim value As ShadingEffectMode
 
instance.ShadingEffectMode = value
 
value = instance.ShadingEffectMode
public ShadingEffectMode ShadingEffectMode {get; set;}
Remarks
2D Columns, and Bubbles can use mode One, Two, and Three. 3D Columns, 2D Pies, and 2D Donuts can only use mode 'One'.
Example
Chart.ShadingEffectMode = ShadingEffectMode.One;
Chart.ShadingEffectMode = ShadingEffectMode.One
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