PercentageXAxis Constructors

Overloads

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

PercentageXAxis()

Initializes a new instance of the PercentageXAxis class.

public PercentageXAxis()
Public Sub New ()

Licensing Info

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

PercentageXAxis(Single)

Initializes a new instance of the PercentageXAxis class.

public PercentageXAxis(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

PercentageXAxis
ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic