DateTimeStackedLineSeries Constructors
Overloads
DateTimeStackedLineSeries() | Initializes a new instance of the DateTimeStackedLineSeries object. |
DateTimeStackedLineSeries(DateTimeXAxis, NumericYAxis) | Initializes a new instance of the DateTimeStackedLineSeries object. |
DateTimeStackedLineSeries(DateTimeXAxis, NumericYAxis, Legend) | Initializes a new instance of the DateTimeStackedLineSeries object. |
DateTimeStackedLineSeries(NumericYAxis) | Initializes a new instance of the DateTimeStackedLineSeries object. |
DateTimeStackedLineSeries()
Initializes a new instance of the DateTimeStackedLineSeries object.
public DateTimeStackedLineSeries()
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.
DateTimeStackedLineSeries(DateTimeXAxis, NumericYAxis)
Initializes a new instance of the DateTimeStackedLineSeries object.
public DateTimeStackedLineSeries(DateTimeXAxis xAxis, NumericYAxis yAxis)
Public Sub New (xAxis As DateTimeXAxis, yAxis As NumericYAxis)
Parameters
- xAxis
- DateTimeXAxis
DateTimeXAxis of the dateTime stacked line series.
- yAxis
- NumericYAxis
NumericYAxis of the dateTime stacked line series
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.
DateTimeStackedLineSeries(DateTimeXAxis, NumericYAxis, Legend)
Initializes a new instance of the DateTimeStackedLineSeries object.
public DateTimeStackedLineSeries(DateTimeXAxis xAxis, NumericYAxis yAxis, Legend legend)
Public Sub New (xAxis As DateTimeXAxis, yAxis As NumericYAxis, legend As Legend)
Parameters
- xAxis
- DateTimeXAxis
DateTimeXAxis of the dateTime stacked line series.
- yAxis
- NumericYAxis
NumericYAxis of the dateTime stacked line series
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.
DateTimeStackedLineSeries(NumericYAxis)
Initializes a new instance of the DateTimeStackedLineSeries object.
public DateTimeStackedLineSeries(NumericYAxis yAxis)
Public Sub New (yAxis As NumericYAxis)
Parameters
- yAxis
- NumericYAxis
NumericYAxis of the dateTime stacked line series.
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.