IndexedStackedAreaSeries Constructors

Overloads

IndexedStackedAreaSeries()Initializes a new instance of the IndexedStackedAreaSeries object.
IndexedStackedAreaSeries(IndexedXAxis, NumericYAxis)Initializes a new instance of the IndexedStackedAreaSeries object.
IndexedStackedAreaSeries(IndexedXAxis, NumericYAxis, Legend)Initializes a new instance of the IndexedStackedAreaSeries object.
IndexedStackedAreaSeries(NumericYAxis)Initializes a new instance of the IndexedStackedAreaSeries object.

IndexedStackedAreaSeries()

Initializes a new instance of the IndexedStackedAreaSeries object.

public IndexedStackedAreaSeries()
Public Sub New ()

Licensing Info

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

IndexedStackedAreaSeries(IndexedXAxis, NumericYAxis)

Initializes a new instance of the IndexedStackedAreaSeries object.

public IndexedStackedAreaSeries(IndexedXAxis xAxis, NumericYAxis yAxis)
Public Sub New (xAxis As IndexedXAxis, yAxis As NumericYAxis)

Parameters

xAxis
IndexedXAxis

IndexedXAxis of the indexed stacked area series.

yAxis
NumericYAxis

NumericYAxis of the indexed stacked area series

Licensing Info

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

IndexedStackedAreaSeries(IndexedXAxis, NumericYAxis, Legend)

Initializes a new instance of the IndexedStackedAreaSeries object.

public IndexedStackedAreaSeries(IndexedXAxis xAxis, NumericYAxis yAxis, Legend legend)
Public Sub New (xAxis As IndexedXAxis, yAxis As NumericYAxis, legend As Legend)

Parameters

xAxis
IndexedXAxis

IndexedXAxis of the indexed stacked area series.

yAxis
NumericYAxis

NumericYAxis of the Indexed stacked area series

legend
Legend

Legend of the indexed stacked area series

Licensing Info

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

IndexedStackedAreaSeries(NumericYAxis)

Initializes a new instance of the IndexedStackedAreaSeries object.

public IndexedStackedAreaSeries(NumericYAxis yAxis)
Public Sub New (yAxis As NumericYAxis)

Parameters

yAxis
NumericYAxis

NumericYAxis of the indexed 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

IndexedStackedAreaSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic