[]
Specifies the method of label auto arrangement.
public enum ChartAutoLabelArrangementMethod
| Name | Description |
|---|---|
| Decimation | The method removes labels which cannot be placed without overlapping. |
| FindingOptimum | This method tries to position labels avoiding its overlapping. |