dotnetCHARTING Send comments on this topic.
ShadingEffectMode Property
See Also  Example
dotnetCHARTING Namespace > Chart Class : ShadingEffectMode Property


Gets or sets a ShadingEffectMode enumeration indicating how elements on the chart are shaded.

Syntax

Visual Basic (Declaration) 
Public Property ShadingEffectMode As ShadingEffectMode
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As ShadingEffectMode
 
instance.ShadingEffectMode = value
 
value = instance.ShadingEffectMode
C# 
public ShadingEffectMode ShadingEffectMode {get; set;}

Example

C#Copy Code
Chart.ShadingEffectMode = ShadingEffectMode.One;
    
Visual BasicCopy Code
Chart.ShadingEffectMode = ShadingEffectMode.One

Remarks

2D Columns, and Bubbles can use mode One, Two, and Three. 3D Columns, 2D Pies, and 2D Donuts can only use mode 'One'.

See Also

© 2010 All Rights Reserved.