DateTimeYAxisLabel Constructors

Overloads

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

DateTimeYAxisLabel(String, DateTime)

Initializes a new instance of the DateTimeYAxisLabel class.

public DateTimeYAxisLabel(string text, DateTime value1)
Public Sub New (text As String, value1 As Date)

Parameters

text
String

Text to display in the date time yaxis label.

value1
DateTime

Position of the date time yaxis label.

Licensing Info

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

DateTimeYAxisLabel(String, DateTime, Font, Single, Color)

Initializes a new instance of the DateTimeYAxisLabel class.

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

Parameters

text
String

Text to display in the date time yaxis label.

value1
DateTime

Position of the date time yaxis label.

font
Font

Font for the text of the date time yaxis label.

fontSize
Single

Size for the text of the date time yaxis label.

textColor
Color

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

DateTimeYAxisLabel
ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic