IndexedStackedColumnSeries Constructors
Overloads
IndexedStackedColumnSeries() | Initializes a new instance of the IndexedStackedColumnSeries class. |
IndexedStackedColumnSeries(IndexedXAxis, NumericYAxis) | Initializes a new instance of the IndexedStackedColumnSeries class. |
IndexedStackedColumnSeries(IndexedXAxis, NumericYAxis, Legend) | Initializes a new instance of the IndexedStackedColumnSeries class. |
IndexedStackedColumnSeries(NumericYAxis) | Initializes a new instance of the IndexedStackedColumnSeries class. |
IndexedStackedColumnSeries()
Initializes a new instance of the IndexedStackedColumnSeries class.
public IndexedStackedColumnSeries()
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.
IndexedStackedColumnSeries(IndexedXAxis, NumericYAxis)
Initializes a new instance of the IndexedStackedColumnSeries class.
public IndexedStackedColumnSeries(IndexedXAxis indexedXAxis, NumericYAxis numericYAxis)
Public Sub New (indexedXAxis As IndexedXAxis, numericYAxis As NumericYAxis)
Parameters
- indexedXAxis
- IndexedXAxis
IndexedXAxis of the indexed stacked column series.
- numericYAxis
- NumericYAxis
NumericYAxis of the indexed stacked column 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.
IndexedStackedColumnSeries(IndexedXAxis, NumericYAxis, Legend)
Initializes a new instance of the IndexedStackedColumnSeries class.
public IndexedStackedColumnSeries(IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Legend legend)
Public Sub New (indexedXAxis As IndexedXAxis, numericYAxis As NumericYAxis, legend As Legend)
Parameters
- indexedXAxis
- IndexedXAxis
IndexedXAxis of the indexed stacked column series.
- numericYAxis
- NumericYAxis
NumericYAxis of the indexed stacked column 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.
IndexedStackedColumnSeries(NumericYAxis)
Initializes a new instance of the IndexedStackedColumnSeries class.
public IndexedStackedColumnSeries(NumericYAxis numericYAxis)
Public Sub New (numericYAxis As NumericYAxis)
Parameters
- numericYAxis
- NumericYAxis
NumericYAxis of the indexed stacked column 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.