PercentageXAxisLabel Constructors

Overloads

PercentageXAxisLabel(String, Single)Initializes a new instance of the PercentageXAxisLabel class.
PercentageXAxisLabel(String, Single, Font, Single, Color)Initializes a new instance of the PercentageXAxisLabel class.

PercentageXAxisLabel(String, Single)

Initializes a new instance of the PercentageXAxisLabel class.

public PercentageXAxisLabel(string text, float value1)
Public Sub New (text As String, value1 As Single)

Parameters

text
String

Text to display in the percentage xaxis label.

value1
Single

Position of the percentage xaxis label.

Licensing Info

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

PercentageXAxisLabel(String, Single, Font, Single, Color)

Initializes a new instance of the PercentageXAxisLabel class.

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

Parameters

text
String

Text to display in the percentage xaxis label.

value1
Single

Position of the percentage xaxis label.

font
Font

Font for the text of the percentage xaxis label.

fontSize
Single

Size for the text of the percentage xaxis label.

textColor
Color

Color for the text of the percentage xaxis label.

Licensing Info

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

See Also

PercentageXAxisLabel
ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic