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:
- 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.
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
Align | Gets or sets the alignment of the data label. (Inherited from XYDataLabel) |
Angle | Gets or sets the angle of the data label. (Inherited from XYDataLabel) |
Color | Gets or sets the Color object to use for the color of the XYDataLabel. (Inherited from XYDataLabel) |
Font | Gets or sets the Font object to use for the font of the XYDataLabel. (Inherited from XYDataLabel) |
FontSize | Gets or sets the FontSize of the XYDataLabel. (Inherited from XYDataLabel) |
Location | Gets or sets the DataLabelLocation object to use for the location of the data label. |
Padding | Gets or sets the space between the x and y intersection point and data label. (Inherited from XYDataLabel) |
Position | Gets or sets the DataLabelPosition object to use for the position of the data label. (Inherited from XYDataLabel) |
Prefix | Gets or sets the prefix of the XYDataLabel. (Inherited from XYDataLabel) |
Separator | Gets or sets the separator of the XYDataLabel. (Inherited from XYDataLabel) |
ShowPercentage | Gets or sets visible status of the series value as a percentage. By default it is false. (Inherited from PercentageDataLabel) |
ShowPosition | Gets or sets visible status for the position of the series value. By default it is false. (Inherited from PercentageDataLabel) |
ShowSeries | Gets or sets visible status of the series name. By default it is false. (Inherited from PercentageDataLabel) |
ShowValue | Gets or sets visible status of the series value. By default it is false. (Inherited from PercentageDataLabel) |
Suffix | Gets or sets the suffix of the XYDataLabel. (Inherited from XYDataLabel) |
Width | Gets or sets the width of the data label. (Inherited from XYDataLabel) |
WrapText | Gets 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) |