NumericYAxisLabel Constructors

Overloads

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

NumericYAxisLabel(String, Single)

Initializes a new instance of the NumericYAxisLabel class.

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

Parameters

text
String

Text to display in the numeric yaxis label.

value1
Single

Position of the numeric yaxis label.

Licensing Info

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

NumericYAxisLabel(String, Single, Font, Single, Color)

Initializes a new instance of the NumericYAxisLabel class.

public NumericYAxisLabel(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 numeric yaxis label.

value1
Single

Position of the numeric yaxis label.

font
Font

Font for the text of the numeric yaxis label.

fontSize
Single

Size for the text of the numeric yaxis label.

textColor
Color

Color for the text of the numeric 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

NumericYAxisLabel
ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic