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:

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

DisplayPositionGets or sets the SeriesNameDisplay enumeration that specifies the display position of the SeriesLabel.
FontGets or sets the Font object to use for the text of the SeriesLabel.
FontSizeGets or sets the FontSize for the text of the SeriesLabel.
TextGets or sets the text of the SeriesLabel.
TextColorGets 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)

See Also

ceTe.DynamicPDF.PageElements.Charting.Series

In this topic