.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : StaticColumnWidth Property
StaticColumnWidth Property
Gets or sets the static bar width in pixels.
Syntax
'Declaration
 
Public Property StaticColumnWidth As Single
'Usage
 
Dim instance As Axis
Dim value As Single
 
instance.StaticColumnWidth = value
 
value = instance.StaticColumnWidth
public float StaticColumnWidth {get; set;}

Property Value

A System.Single value indicating the static width of columns, cylinders or groups thereof.
Remarks
A value of 0 = Automatic and spacing will be based on the SpacingPercentage property.
(Applies to label axes)
Example
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