Indexed100PercentStackedBarSeries Constructors
Overloads
Indexed100PercentStackedBarSeries() | Initializes a new instance of the Indexed100PercentStackedBarSeries class. |
Indexed100PercentStackedBarSeries(PercentageXAxis) | Initializes a new instance of the Indexed100PercentStackedBarSeries class. |
Indexed100PercentStackedBarSeries(PercentageXAxis, IndexedYAxis) | Initializes a new instance of the Indexed100PercentStackedBarSeries class. |
Indexed100PercentStackedBarSeries(PercentageXAxis, IndexedYAxis, Legend) | Initializes a new instance of the Indexed100PercentStackedBarSeries class. |
Indexed100PercentStackedBarSeries()
Initializes a new instance of the Indexed100PercentStackedBarSeries class.
public Indexed100PercentStackedBarSeries()
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.
Indexed100PercentStackedBarSeries(PercentageXAxis)
Initializes a new instance of the Indexed100PercentStackedBarSeries class.
public Indexed100PercentStackedBarSeries(PercentageXAxis percentageXAxis)
Parameters
- percentageXAxis
- PercentageXAxis
PercentageXAxis of the indexed 100Percent stacked bar 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.
Indexed100PercentStackedBarSeries(PercentageXAxis, IndexedYAxis)
Initializes a new instance of the Indexed100PercentStackedBarSeries class.
public Indexed100PercentStackedBarSeries(PercentageXAxis percentageXAxis, IndexedYAxis indexedYAxis)
Parameters
- percentageXAxis
- PercentageXAxis
PercentageXAxis of the indexed 100Percent stacked bar series.
- indexedYAxis
- IndexedYAxis
IndexedYAxis of the indexed 100Percent stacked bar 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.
Indexed100PercentStackedBarSeries(PercentageXAxis, IndexedYAxis, Legend)
Initializes a new instance of the Indexed100PercentStackedBarSeries class.
public Indexed100PercentStackedBarSeries(PercentageXAxis percentageXAxis, IndexedYAxis indexedYAxis, Legend legend)
Parameters
- percentageXAxis
- PercentageXAxis
PercentageXAxis of the indexed 100Percent stacked bar series.
- indexedYAxis
- IndexedYAxis
IndexedYAxis of the indexed 100Percent stacked bar 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.
See Also
Indexed100PercentStackedBarSeriesceTe.DynamicPDF.PageElements.Charting.Series