NumericXAxisLabel Constructors

Overloads

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

NumericXAxisLabel(String, Single)

Initializes a new instance of the NumericXAxisLabel class.

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

Parameters

text
String

Text to display in the numeric xAaxis label.

value1
Single

Position of the numeric xAxis label.

Licensing Info

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

NumericXAxisLabel(String, Single, Font, Single, Color)

Initializes a new instance of the NumericXAxisLabel class.

public NumericXAxisLabel(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 xAxis label.

value1
Single

Position of the numeric xAxis label.

font
Font

Font for the text of the numeric xAxis label.

fontSize
Single

Font size for the text of the numeric xAxis label.

textColor
Color

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

NumericXAxisLabel
ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic