LabelPositionType
LabelPositionType enumeration
Utility class containing constants. Represents data label position type.
Values
| Name | Description |
|---|---|
| CENTER | Applies only to bar, 2d/3d pie charts |
| INSIDE_BASE | Applies only to bar, 2d/3d pie charts |
| INSIDE_END | Applies only to bar charts |
| OUTSIDE_END | Applies only to bar, 2d/3d pie charts |
| ABOVE | Applies only to line charts |
| BELOW | Applies only to line charts |
| LEFT | Applies only to line charts |
| RIGHT | Applies only to line charts |
| BEST_FIT | Applies only to 2d/3d pie charts |
| MOVED | User moved the data labels, Only for reading chart from template file. |