XYDataLabel
The base class from which data labels are derived.
public abstract class XYDataLabel
Public MustInherit Class XYDataLabel
Inheritance: ObjectXYDataLabel
Derived: BarColumnPercentageDataLabel, BarColumnValuePositionDataLabel, PercentageDataLabel, ValuePositionDataLabel, XYScatterDataLabel
Licensing Info
This class 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.
Properties
| Align | Gets or sets the alignment of the data label. |
| Angle | Gets or sets the angle of the data label. |
| Color | Gets or sets the Color object to use for the color of the XYDataLabel. |
| Font | Gets or sets the Font object to use for the font of the XYDataLabel. |
| FontSize | Gets or sets the FontSize of the XYDataLabel. |
| Padding | Gets or sets the space between the x and y intersection point and data label. |
| Position | Gets or sets the DataLabelPosition object to use for the position of the data label. |
| Prefix | Gets or sets the prefix of the XYDataLabel. |
| Separator | Gets or sets the separator of the XYDataLabel. |
| Suffix | Gets or sets the suffix of the XYDataLabel. |
| Width | Gets or sets the width of the data label. |
| WrapText | Gets or sets the text wrapping of the data label. |
Methods
| Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
| GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | Returns a String that represents the current Object . (Inherited from Object) |