IndexedXAxis Constructors
Overloads
IndexedXAxis() | Initializes a new instance of the IndexedXAxis class. |
IndexedXAxis(Single) | Initializes a new instance of the IndexedXAxis class. |
IndexedXAxis()
Initializes a new instance of the IndexedXAxis class.
public IndexedXAxis()
Public Sub New ()
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedXAxis(Single)
Initializes a new instance of the IndexedXAxis class.
public IndexedXAxis(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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.