Gets or sets the percentage that each bar cluster occupies.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[DefaultValueAttribute(50)]
public int ClusterWidth { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<DefaultValueAttribute(50)> _
Public Property ClusterWidth As Integer
	Get
	Set

Remarks

The percentage applies to the closest clusters.

See Also