NumericXAxis Constructors

Overloads

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

NumericXAxis()

Initializes a new instance of the NumericXAxis class.

public NumericXAxis()
Public Sub New ()

Licensing Info

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

NumericXAxis(Single)

Initializes a new instance of the NumericXAxis class.

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

Parameters

offset
Single

Offset from the 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

NumericXAxis
ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic