Aspose::Cells::Charts::LabelPositionType enum
Contents
[
Hide
]LabelPositionType enum
Represents data label position type.
enum class LabelPositionType
Values
| Name | Value | Description |
|---|---|---|
| Center | 0 | Applies only to bar, 2d/3d pie charts. |
| InsideBase | 1 | Applies only to bar, 2d/3d pie charts. |
| InsideEnd | 2 | Applies only to bar charts. |
| OutsideEnd | 3 | Applies only to bar, 2d/3d pie charts. |
| Above | 4 | Applies only to line charts. |
| Below | 5 | Applies only to line charts. |
| Left | 6 | Applies only to line charts. |
| Right | 7 | Applies only to line charts. |
| BestFit | 8 | Applies only to 2d/3d pie charts. |
| Moved | 9 | User moved the data labels, Only for reading chart from template file. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++