DateTimeXAxisLabel Constructors

Overloads

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

DateTimeXAxisLabel(String, DateTime)

Initializes a new instance of the DateTimeXAxisLabel class.

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

Parameters

text
String

Text to display in the date time xAxis label

value1
DateTime

Position of the date time xAxis label.

Licensing Info

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

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

Initializes a new instance of the DateTimeXAxisLabel class.

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

value1
DateTime

Position of the date time xAxis label.

font
Font

Font for the text of the date time xAxis label.

fontSize
Single

Size for the text of the date time xAxis label.

textColor
Color

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

DateTimeXAxisLabel
ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic