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



Gets or sets a percentage (0 - 100) which indicates the spacing between columns, cylinders or groups thereof.

Syntax

Visual Basic (Declaration) 
Public Property SpacingPercentage As Single
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Single
 
instance.SpacingPercentage = value
 
value = instance.SpacingPercentage
C# 
public float SpacingPercentage {get; set;}
C++/CLI 
public:
property float SpacingPercentage {
   float get();
   void set (float value);
}

Return Value

A Single value indicating the spacing percentage between columns, cylinders or groups thereof.

Remarks

(Applies to label axes)

See Also