PercentageYAxisLabel Constructors

Overloads

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

PercentageYAxisLabel(String, Single)

Initializes a new instance of the PercentageYAxisLabel class.

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

Parameters

text
String

Text to display in the percentage yAxis label.

value1
Single

Position of the percentage yAxis label.

Licensing Info

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

PercentageYAxisLabel(String, Single, Font, Single, Color)

Initializes a new instance of the PercentageYAxisLabel class.

public PercentageYAxisLabel(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 yAaxis label.

value1
Single

Position of the percentage yAxis label.

font
Font

Font for the text of the percentage yAxis label.

fontSize
Single

Size for the text of the percentage yAxis label.

textColor
Color

Color for the text of the percentage yAxis label.

Licensing Info

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

See Also

PercentageYAxisLabel
ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic