SeriesLabel Constructors

Overloads

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.

SeriesLabel(String)

Initializes a new instance of the SeriesLabel class.

public SeriesLabel(string text)
Public Sub New (text As String)

Parameters

text
String

Text to display in the series label.

Licensing Info

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

SeriesLabel(String, Color, Font, Single)

Initializes a new instance of the SeriesLabel class.

public SeriesLabel(string text, Color textColor, Font font, float fontSize)
Public Sub New (text As String, textColor As Color, font As Font, fontSize As Single)

Parameters

text
String

Text to display in the series label.

textColor
Color

Color for the text of the series label.

font
Font

Font for the text of the series label.

fontSize
Single

Size for the text of the series label.

Licensing Info

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

SeriesLabel(String, Color, Font, Single, SeriesNameDisplay)

Initializes a new instance of the SeriesLabel class.

public SeriesLabel(string text, Color textColor, Font font, float fontSize, SeriesNameDisplay seriesNameDisplay)
Public Sub New (text As String, textColor As Color, font As Font, fontSize As Single, seriesNameDisplay As SeriesNameDisplay)

Parameters

text
String

Text to display in the series label.

textColor
Color

Color for the text of the series label.

font
Font

Font for the text of the series label.

fontSize
Single

Size for the text of the series label.

seriesNameDisplay
SeriesNameDisplay

SeriesNameDisplay enumeration indicating display position of series label.

Licensing Info

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

SeriesLabel(String, Font, SeriesNameDisplay)

Initializes a new instance of the SeriesLabel class.

public SeriesLabel(string text, Font font, SeriesNameDisplay seriesNameDisplay)
Public Sub New (text As String, font As Font, seriesNameDisplay As SeriesNameDisplay)

Parameters

text
String

Text to display in the series label.

font
Font

Font for the text of the series label.

seriesNameDisplay
SeriesNameDisplay

SeriesNameDisplay enumeration indicating display position of series label.

Licensing Info

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

SeriesLabel(String, SeriesNameDisplay)

Initializes a new instance of the SeriesLabel class.

public SeriesLabel(string text, SeriesNameDisplay seriesNameDisplay)
Public Sub New (text As String, seriesNameDisplay As SeriesNameDisplay)

Parameters

text
String

Text to display in the series label.

seriesNameDisplay
SeriesNameDisplay

SeriesNameDisplay enumeration indicating display position of series label.

Licensing Info

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

See Also

SeriesLabel
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic