Use the members of this enumeration to set the value
of the Method property of an AutoLabelArrangement object.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public enum AutoLabelArrangementMethodEnum |
Visual Basic |
---|
Public Enumeration AutoLabelArrangementMethodEnum |
Members
Member name | Value | Description | |
---|---|---|---|
Decimation | 0 | The method removes labels which can not be placed without overlapping. | |
FindingOptimum | 1 | This method tries to position labels avoiding its overlapping. |