Gets the AutoLabelArrangement object which controls label arrangement.

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

Syntax

C#
public AutoLabelArrangement AutoArrangement { get; }
Visual Basic
Public ReadOnly Property AutoArrangement As AutoLabelArrangement
	Get

Remarks

Auto arrangement applies only for the labels with LabelCompass = Auto.

See Also