Enum LabelPositionType

LabelPositionType enumeration

Represents data label position type.

public enum LabelPositionType

Values

NameValueDescription
Center0Applies only to bar, 2d/3d pie charts
InsideBase1Applies only to bar, 2d/3d pie charts
InsideEnd2Applies only to bar charts
OutsideEnd3Applies only to bar, 2d/3d pie charts
Above4Applies only to line charts
Below5Applies only to line charts
Left6Applies only to line charts
Right7Applies only to line charts
BestFit8Applies only to 2d/3d pie charts
Moved9User moved the data labels, Only for reading chart from template file.

See Also