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


Gets or sets a value that indicates whether columns and cylinders are drawn side by side or front to back.

Syntax

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

Return Value

A boolean value that indicates whether columns and cylinders are drawn side by side or front to back.

Example

Remarks

(Applies to label axes) When true, columns and cylinders are drawn side by side.

See Also

© 2010 All Rights Reserved.