dotnetCHARTING Send comments on this topic.
StaticColumnWidth Property
See Also 
dotnetCHARTING Namespace > Axis Class : StaticColumnWidth Property


Gets or sets the static bar width in pixels.

Syntax

Visual Basic (Declaration) 
Public Property StaticColumnWidth As Single
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Single
 
instance.StaticColumnWidth = value
 
value = instance.StaticColumnWidth
C# 
public float StaticColumnWidth {get; set;}

Return Value

A Single value indicating the static width of columns, cylinders or groups thereof.

Example

Remarks

A value of 0 = Automatic and spacing will be based on the SpacingPercentage property.
(Applies to label axes)

See Also

© 2010 All Rights Reserved.