Use the members of this enumeration to set the value
of the Options property of an AutoLabelArrangement object.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
[FlagsAttribute] public enum AutoLabelArrangementOptions |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration AutoLabelArrangementOptions |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | Allows any label position. | |
| Top | 1 | Allows top label position. | |
| Left | 2 | Allows left label position. | |
| Bottom | 4 | Allows bottom label position. | |
| Right | 8 | Allows right label position. | |
| TopRight | 16 | Allows top right label position. | |
| BottomRight | 32 | Allows bottom right label position. | |
| BottomLeft | 64 | Allows bottom left label position. | |
| TopLeft | 128 | Allows top left label position. | |
| UseDataPoints | 256 | Labels should not cover data points. |