Use the members of this enumeration to set the value of the Method property of an AutoLabelArrangement object.

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

Syntax

C#
public enum AutoLabelArrangementMethodEnum
Visual Basic
Public Enumeration AutoLabelArrangementMethodEnum

Members

Member nameValueDescription
Decimation0 The method removes labels which can not be placed without overlapping.
FindingOptimum1 This method tries to position labels avoiding its overlapping.

See Also