[]
        
(Showing Draft Content)

C1.Win.C1Chart.AutoLabelArrangementMethodEnum

AutoLabelArrangementMethodEnum Enum

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.4.8.dll
Syntax
public enum AutoLabelArrangementMethodEnum
Public Enum AutoLabelArrangementMethodEnum

Fields

Name Description
Decimation

The method removes labels which can not be placed without overlapping.

FindingOptimum

This method tries to position labels avoiding its overlapping.