Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / Axis Class / Width Property


Width Property (Axis)
Controls the width of the axis when it is displayed with Tube or Bar style.
Syntax
'Declaration
 
<CategoryAttribute("General")>
<DescriptionAttribute("Controls the width of the axis when it is displayed with Tube or Bar style")>
<DefaultValueAttribute(1.5)>
Public Property Width As Single
 
'Usage
 
Dim instance As Axis
Dim value As Single
 
instance.Width = value
 
value = instance.Width
Remarks
By default this property is set to 1.5.
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