SeriesLabel
Represents a SeriesLabel of the PieSeries.
public class SeriesLabel
Public Class SeriesLabel
Inheritance: ObjectSeriesLabel
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
SeriesLabel(String) | Initializes a new instance of the SeriesLabel class. |
SeriesLabel(String, Color, Font, Single) | Initializes a new instance of the SeriesLabel class. |
SeriesLabel(String, Color, Font, Single, SeriesNameDisplay) | Initializes a new instance of the SeriesLabel class. |
SeriesLabel(String, Font, SeriesNameDisplay) | Initializes a new instance of the SeriesLabel class. |
SeriesLabel(String, SeriesNameDisplay) | Initializes a new instance of the SeriesLabel class. |
Properties
DisplayPosition | Gets or sets the SeriesNameDisplay enumeration that specifies the display position of the SeriesLabel. |
Font | Gets or sets the Font object to use for the text of the SeriesLabel. |
FontSize | Gets or sets the FontSize for the text of the SeriesLabel. |
Text | Gets or sets the text of the SeriesLabel. |
TextColor | Gets or sets the Color object to use for the text of the SeriesLabel. |
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) |