Xceed Chart for WinForms v4.4 Documentation
Width Property (Axis)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Axis Class : Width Property
Controls the width of the axis when it is displayed with Tube or Bar style.
Syntax
'Declaration
 
<CategoryAttribute("General")>
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the width of the axis when it is displayed with Tube or Bar style")>
Public Property Width As Single
'Usage
 
Dim instance As Axis
Dim value As Single
 
instance.Width = value
 
value = instance.Width
[Category("General")]
[DefaultValue()]
[Description("Controls the width of the axis when it is displayed with Tube or Bar style")]
public float Width {get; set;}
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

Reference

Axis Class
Axis Members