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:

Properties

AlignGets or sets the alignment of the data label.
AngleGets or sets the angle of the data label.
ColorGets or sets the Color object to use for the color of the XYDataLabel.
FontGets or sets the Font object to use for the font of the XYDataLabel.
FontSizeGets or sets the FontSize of the XYDataLabel.
PaddingGets or sets the space between the x and y intersection point and data label.
PositionGets or sets the DataLabelPosition object to use for the position of the data label.
PrefixGets or sets the prefix of the XYDataLabel.
SeparatorGets or sets the separator of the XYDataLabel.
SuffixGets or sets the suffix of the XYDataLabel.
WidthGets or sets the width of the data label.
WrapTextGets 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)

See Also

ceTe.DynamicPDF.PageElements.Charting

In this topic