IndexedYAxis Constructors

Overloads

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

IndexedYAxis()

Initializes a new instance of the IndexedYAxis class.

public IndexedYAxis()
Public Sub New ()

Licensing Info

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

IndexedYAxis(Single)

Initializes a new instance of the IndexedYAxis class.

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

IndexedYAxis
ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic