Use the members of this enumeration to set the value of the Method property of an AutoLabelArrangement object.
[Visual Basic]
Public Enum AutoLabelArrangementMethodEnum
[C#]
public enum AutoLabelArrangementMethodEnum
[Delphi]
type AutoLabelArrangementMethodEnum = (Decimation, FindingOptimum);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Decimation |
The method removes labels which can not be placed without overlapping. |
FindingOptimum |
This method tries to position labels avoiding its overlapping. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |