Indexed100PercentStackedAreaSeries Constructors

Overloads

Indexed100PercentStackedAreaSeries()Initializes a new instance of the Indexed100PercentStackedAreaSeries object.
Indexed100PercentStackedAreaSeries(IndexedXAxis, PercentageYAxis)Initializes a new instance of the Indexed100PercentStackedAreaSeries object.
Indexed100PercentStackedAreaSeries(IndexedXAxis, PercentageYAxis, Legend)Initializes a new instance of the Indexed100PercentStackedAreaSeries object.
Indexed100PercentStackedAreaSeries(PercentageYAxis)Initializes a new instance of the Indexed100PercentStackedAreaSeries object.

Indexed100PercentStackedAreaSeries()

Initializes a new instance of the Indexed100PercentStackedAreaSeries object.

public Indexed100PercentStackedAreaSeries()
Public Sub New ()

Licensing Info

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

Indexed100PercentStackedAreaSeries(IndexedXAxis, PercentageYAxis)

Initializes a new instance of the Indexed100PercentStackedAreaSeries object.

public Indexed100PercentStackedAreaSeries(IndexedXAxis xAxis, PercentageYAxis yAxis)
Public Sub New (xAxis As IndexedXAxis, yAxis As PercentageYAxis)

Parameters

xAxis
IndexedXAxis

IndexedXAxis of the indexed 100Percent stacked area series.

yAxis
PercentageYAxis

PercentageYAxis of the indexed 100Percent stacked area series.

Licensing Info

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

Indexed100PercentStackedAreaSeries(IndexedXAxis, PercentageYAxis, Legend)

Initializes a new instance of the Indexed100PercentStackedAreaSeries object.

public Indexed100PercentStackedAreaSeries(IndexedXAxis xAxis, PercentageYAxis yAxis, Legend legend)
Public Sub New (xAxis As IndexedXAxis, yAxis As PercentageYAxis, legend As Legend)

Parameters

xAxis
IndexedXAxis

IndexedXAxis of the indexed 100Percent stacked area series.

yAxis
PercentageYAxis

PercentageYAxis of the indexed 100Percent stacked area series.

legend
Legend

Legend of the indexed 100Percent stacked area series.

Licensing Info

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

Indexed100PercentStackedAreaSeries(PercentageYAxis)

Initializes a new instance of the Indexed100PercentStackedAreaSeries object.

public Indexed100PercentStackedAreaSeries(PercentageYAxis yAxis)
Public Sub New (yAxis As PercentageYAxis)

Parameters

yAxis
PercentageYAxis

PercentageYAxis of the indexed 100Percent stacked area series.

Licensing Info

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

See Also

Indexed100PercentStackedAreaSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic