BarColumnPercentageDataLabel

Represents the Data label position.

public class BarColumnPercentageDataLabel : PercentageDataLabel
Public Class BarColumnPercentageDataLabel
    Inherits PercentageDataLabel

Inheritance: ObjectXYDataLabelPercentageDataLabelBarColumnPercentageDataLabel

Licensing Info

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

Constructors

BarColumnPercentageDataLabel(Boolean)Initializes a new instance of the BarColumnPercentageDataLabel class.
BarColumnPercentageDataLabel(Boolean, Boolean)Initializes a new instance of the BarColumnPercentageDataLabel class.
BarColumnPercentageDataLabel(Boolean, Boolean, Boolean)Initializes a new instance of the BarColumnPercentageDataLabel class.
BarColumnPercentageDataLabel(Boolean, Boolean, Boolean, Boolean)Initializes a new instance of the BarColumnPercentageDataLabel class.
BarColumnPercentageDataLabel(Font, Single, Color, Boolean)Initializes a new instance of the BarColumnPercentageDataLabel class.

Properties

AlignGets or sets the alignment of the data label.
(Inherited from XYDataLabel)
AngleGets or sets the angle of the data label.
(Inherited from XYDataLabel)
ColorGets or sets the Color object to use for the color of the XYDataLabel.
(Inherited from XYDataLabel)
FontGets or sets the Font object to use for the font of the XYDataLabel.
(Inherited from XYDataLabel)
FontSizeGets or sets the FontSize of the XYDataLabel.
(Inherited from XYDataLabel)
LocationGets or sets the DataLabelLocation object to use for the location of the data label.
PaddingGets or sets the space between the x and y intersection point and data label.
(Inherited from XYDataLabel)
PositionGets or sets the DataLabelPosition object to use for the position of the data label.
(Inherited from XYDataLabel)
PrefixGets or sets the prefix of the XYDataLabel.
(Inherited from XYDataLabel)
SeparatorGets or sets the separator of the XYDataLabel.
(Inherited from XYDataLabel)
ShowPercentageGets or sets visible status of the series value as a percentage. By default it is false.
(Inherited from PercentageDataLabel)
ShowPositionGets or sets visible status for the position of the series value. By default it is false.
(Inherited from PercentageDataLabel)
ShowSeriesGets or sets visible status of the series name. By default it is false.
(Inherited from PercentageDataLabel)
ShowValueGets or sets visible status of the series value. By default it is false.
(Inherited from PercentageDataLabel)
SuffixGets or sets the suffix of the XYDataLabel.
(Inherited from XYDataLabel)
WidthGets or sets the width of the data label.
(Inherited from XYDataLabel)
WrapTextGets or sets the text wrapping of the data label.
(Inherited from XYDataLabel)

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