Indexed100PercentStackedLineSeries Constructors

Overloads

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

Indexed100PercentStackedLineSeries()

Initializes a new instance of the Indexed100PercentStackedLineSeries object.

public Indexed100PercentStackedLineSeries()
Public Sub New ()

Licensing Info

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

Indexed100PercentStackedLineSeries(IndexedXAxis, PercentageYAxis)

Initializes a new instance of the Indexed100PercentStackedLineSeries object.

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

Parameters

xAxis
IndexedXAxis

IndexedXAxis of the indexed 100Percent stacked line series.

yAxis
PercentageYAxis

PercentageYAxis of the indexed 100Percent stacked line series.

Licensing Info

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

Indexed100PercentStackedLineSeries(IndexedXAxis, PercentageYAxis, Legend)

Initializes a new instance of the Indexed100PercentStackedLineSeries object.

public Indexed100PercentStackedLineSeries(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 line series.

yAxis
PercentageYAxis

PercentageYAxis of the indexed 100Percent stacked line series.

legend
Legend

Legend of the indexed 100Percent stacked line series.

Licensing Info

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

Indexed100PercentStackedLineSeries(PercentageYAxis)

Initializes a new instance of the Indexed100PercentStackedLineSeries object.

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

Parameters

yAxis
PercentageYAxis

PercentageYAxis of the indexed 100Percent stacked line series

Licensing Info

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

See Also

Indexed100PercentStackedLineSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic