Indexed100PercentStackedColumnSeries Constructors

Overloads

Indexed100PercentStackedColumnSeries()Initializes a new instance of the Indexed100PercentStackedColumnSeries class.
Indexed100PercentStackedColumnSeries(IndexedXAxis, PercentageYAxis)Initializes a new instance of the class.
Indexed100PercentStackedColumnSeries(IndexedXAxis, PercentageYAxis, Legend)Initializes a new instance of the Indexed100PercentStackedColumnSeries class.
Indexed100PercentStackedColumnSeries(PercentageYAxis)Initializes a new instance of the Indexed100PercentStackedColumnSeries class.

Indexed100PercentStackedColumnSeries()

Initializes a new instance of the Indexed100PercentStackedColumnSeries class.

public Indexed100PercentStackedColumnSeries()
Public Sub New ()

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Indexed100PercentStackedColumnSeries(IndexedXAxis, PercentageYAxis)

Initializes a new instance of the class.

public Indexed100PercentStackedColumnSeries(IndexedXAxis indexedXAxis, PercentageYAxis percentageYAxis)
Public Sub New (indexedXAxis As IndexedXAxis, percentageYAxis As PercentageYAxis)

Parameters

indexedXAxis
IndexedXAxis

of the indexed 100Percent stacked column series.

percentageYAxis
PercentageYAxis

of the indexed 100Percent stacked column series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Indexed100PercentStackedColumnSeries(IndexedXAxis, PercentageYAxis, Legend)

Initializes a new instance of the Indexed100PercentStackedColumnSeries class.

public Indexed100PercentStackedColumnSeries(IndexedXAxis indexedXAxis, PercentageYAxis percentageYAxis, Legend legend)
Public Sub New (indexedXAxis As IndexedXAxis, percentageYAxis As PercentageYAxis, legend As Legend)

Parameters

indexedXAxis
IndexedXAxis

IndexedXAxis of the indexed 100Percent stacked column series.

percentageYAxis
PercentageYAxis

PercentageYAxis of the indexed 100Percent stacked column series.

legend
Legend

Legend of indexed 100Percent stacked column series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Indexed100PercentStackedColumnSeries(PercentageYAxis)

Initializes a new instance of the Indexed100PercentStackedColumnSeries class.

public Indexed100PercentStackedColumnSeries(PercentageYAxis percentageYAxis)
Public Sub New (percentageYAxis As PercentageYAxis)

Parameters

percentageYAxis
PercentageYAxis

PercentageYAxis of the indexed 100Percent stacked column series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Indexed100PercentStackedColumnSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic