DataLabelPosition Enum

Represents the data label position.

public enum DataLabelPosition
Public Enum DataLabelPosition

Inheritance: ObjectValueTypeEnumDataLabelPosition

Fields

DataLabelPosition.Above2Above Places the data label in the top of the x and y intersection point.
DataLabelPosition.Auto5Center Places the data label in the center of the x and y intersection point.
DataLabelPosition.Below3Below Places the data label in the bottom of the x and y intersection point.
DataLabelPosition.Center4Center Places the data label in the center of the x and y intersection point.
DataLabelPosition.Left0Left Places the data label in the left side of the x and y intersection point.
DataLabelPosition.Right1Right Places the data label in the right side of the x and y intersection point.

Licensing Info

This enum is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

ceTe.DynamicPDF.PageElements.Charting

In this topic