Xceed Chart for WinForms v4.4 Documentation
Shadow Property (ChartWall)
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > ChartWall Class : Shadow Property
Gives access to the Shadow object controlling the shadow of the wall. Only the back wall has a shadow. Shadows are visible when the scene is rendered with GDI+.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Controls the shadow of the wall.")>
Public Property Shadow As Shadow
'Usage
 
Dim instance As ChartWall
Dim value As Shadow
 
instance.Shadow = value
 
value = instance.Shadow
[Category("Appearance")]
[Description("Controls the shadow of the wall.")]
public Shadow Shadow {get; set;}
Example
The following example sets a solid shadow for the back wall.
chart.Wall(ChartWallType.Back).Shadow.Type = ShadowType.Solid
chart.Wall(ChartWallType.Back).Shadow.Type = ShadowType.Solid;
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

Reference

ChartWall Class
ChartWall Members