Dundas Chart for ASP.NET
WallWidth Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartArea3DStyle Class : WallWidth Property


Gets or sets the width of the walls displayed in 3D chart areas.


Chart area walls width in pixels.

Syntax

Visual Basic (Declaration)  
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#  
public int WallWidth {get; set;}

Return Value

A value which represents the width of 3D walls. Measured in pixels.

Remarks

This property determines the width of the walls (e.g. backwall, side walls, etc.) displayed in 3D chart areas. The allowable range is 0-30 pixels.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.