DateTimeYAxis Constructors

Overloads

DateTimeYAxis()Initializes a new instance of the DateTimeYAxis class.
DateTimeYAxis(Single)Initializes a new instance of the DateTimeYAxis class.

DateTimeYAxis()

Initializes a new instance of the DateTimeYAxis class.

public DateTimeYAxis()
Public Sub New ()

Licensing Info

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

DateTimeYAxis(Single)

Initializes a new instance of the DateTimeYAxis class.

public DateTimeYAxis(float offset)
Public Sub New (offset As Single)

Parameters

offset
Single

Border of plot area.

Licensing Info

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

See Also

DateTimeYAxis
ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic