Dundas.SharePoint.Charting.WebParts Send comments on this topic.
WallWidth Property
See Also 
Dundas.Charting.WebControl Namespace > ChartArea3DStyle Class : WallWidth Property


Chart area walls width in pixels.

Syntax

Visual Basic (Declaration)  
<CategoryAttribute("3D")>
<RefreshPropertiesAttribute()>
<BindableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets/sets the width of chart area walls, in pixels.")>
Public Property WallWidth As Integer
Visual Basic (Usage) Copy Code
Dim instance As ChartArea3DStyle
Dim value As Integer
 
instance.WallWidth = value
 
value = instance.WallWidth
C#  
[CategoryAttribute("3D")]
[RefreshPropertiesAttribute()]
[BindableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets the width of chart area walls, in pixels.")]
public int WallWidth {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also