IndexedStackedAreaSeries Constructors
Overloads
IndexedStackedAreaSeries() | Initializes a new instance of the IndexedStackedAreaSeries object. |
IndexedStackedAreaSeries(IndexedXAxis, NumericYAxis) | Initializes a new instance of the IndexedStackedAreaSeries object. |
IndexedStackedAreaSeries(IndexedXAxis, NumericYAxis, Legend) | Initializes a new instance of the IndexedStackedAreaSeries object. |
IndexedStackedAreaSeries(NumericYAxis) | Initializes a new instance of the IndexedStackedAreaSeries object. |
IndexedStackedAreaSeries()
Initializes a new instance of the IndexedStackedAreaSeries object.
public IndexedStackedAreaSeries()
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.
IndexedStackedAreaSeries(IndexedXAxis, NumericYAxis)
Initializes a new instance of the IndexedStackedAreaSeries object.
public IndexedStackedAreaSeries(IndexedXAxis xAxis, NumericYAxis yAxis)
Public Sub New (xAxis As IndexedXAxis, yAxis As NumericYAxis)
Parameters
- xAxis
- IndexedXAxis
IndexedXAxis of the indexed stacked area series.
- yAxis
- NumericYAxis
NumericYAxis of the indexed stacked area 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.
IndexedStackedAreaSeries(IndexedXAxis, NumericYAxis, Legend)
Initializes a new instance of the IndexedStackedAreaSeries object.
public IndexedStackedAreaSeries(IndexedXAxis xAxis, NumericYAxis yAxis, Legend legend)
Public Sub New (xAxis As IndexedXAxis, yAxis As NumericYAxis, legend As Legend)
Parameters
- xAxis
- IndexedXAxis
IndexedXAxis of the indexed stacked area series.
- yAxis
- NumericYAxis
NumericYAxis of the Indexed stacked area 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.
IndexedStackedAreaSeries(NumericYAxis)
Initializes a new instance of the IndexedStackedAreaSeries object.
public IndexedStackedAreaSeries(NumericYAxis yAxis)
Public Sub New (yAxis As NumericYAxis)
Parameters
- yAxis
- NumericYAxis
NumericYAxis of the indexed stacked area 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.