DataLabelPosition Enum
Represents the data label position.
public enum DataLabelPosition
Public Enum DataLabelPosition
Inheritance: ObjectValueTypeEnumDataLabelPosition
Fields
DataLabelPosition.Above | 2 | Above Places the data label in the top of the x and y intersection point. |
DataLabelPosition.Auto | 5 | Center Places the data label in the center of the x and y intersection point. |
DataLabelPosition.Below | 3 | Below Places the data label in the bottom of the x and y intersection point. |
DataLabelPosition.Center | 4 | Center Places the data label in the center of the x and y intersection point. |
DataLabelPosition.Left | 0 | Left Places the data label in the left side of the x and y intersection point. |
DataLabelPosition.Right | 1 | Right 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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.