Aspose::Cells::Charts::LabelPositionType enum

LabelPositionType enum

Represents data label position type.

enum class LabelPositionType

Values

NameValueDescription
Center0
Applies only to bar, 2d/3d pie charts.
InsideBase1
Applies only to bar, 2d/3d pie charts.
InsideEnd2
Applies only to bar charts.
OutsideEnd3
Applies only to bar, 2d/3d pie charts.
Above4
Applies only to line charts.
Below5
Applies only to line charts.
Left6
Applies only to line charts.
Right7
Applies only to line charts.
BestFit8
Applies only to 2d/3d pie charts.
Moved9
User moved the data labels, Only for reading chart from template file.

See Also