PercentageYAxis Constructors

Overloads

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

PercentageYAxis()

Initializes a new instance of the PercentageYAxis class.

public PercentageYAxis()
Public Sub New ()

Licensing Info

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

PercentageYAxis(Single)

Initializes a new instance of the PercentageYAxis class.

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

PercentageYAxis
ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic