IndexedStackedBarSeries Constructors

Overloads

IndexedStackedBarSeries()Initializes a new instance of the IndexedStackedBarSeries class.
IndexedStackedBarSeries(NumericXAxis)Initializes a new instance of the IndexedStackedBarSeries class.
IndexedStackedBarSeries(NumericXAxis, IndexedYAxis)Initializes a new instance of the IndexedStackedBarSeries class.
IndexedStackedBarSeries(NumericXAxis, IndexedYAxis, Legend)Initializes a new instance of the IndexedStackedBarSeries class.

IndexedStackedBarSeries()

Initializes a new instance of the IndexedStackedBarSeries class.

public IndexedStackedBarSeries()
Public Sub New ()

Licensing Info

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

IndexedStackedBarSeries(NumericXAxis)

Initializes a new instance of the IndexedStackedBarSeries class.

public IndexedStackedBarSeries(NumericXAxis numericXAxis)
Public Sub New (numericXAxis As NumericXAxis)

Parameters

numericXAxis
NumericXAxis

NumericXAxis of the indexed stacked bar series.

Licensing Info

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

IndexedStackedBarSeries(NumericXAxis, IndexedYAxis)

Initializes a new instance of the IndexedStackedBarSeries class.

public IndexedStackedBarSeries(NumericXAxis numericXAxis, IndexedYAxis indexedYAxis)
Public Sub New (numericXAxis As NumericXAxis, indexedYAxis As IndexedYAxis)

Parameters

numericXAxis
NumericXAxis

NumericXAxis of the indexed stacked bar series.

indexedYAxis
IndexedYAxis

IndexedYAxis of the indexed stacked bar series.

Licensing Info

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

IndexedStackedBarSeries(NumericXAxis, IndexedYAxis, Legend)

Initializes a new instance of the IndexedStackedBarSeries class.

public IndexedStackedBarSeries(NumericXAxis numericXAxis, IndexedYAxis indexedYAxis, Legend legend)
Public Sub New (numericXAxis As NumericXAxis, indexedYAxis As IndexedYAxis, legend As Legend)

Parameters

numericXAxis
NumericXAxis

NumericXAxis of the indexed stacked bar series.

indexedYAxis
IndexedYAxis

IndexedYAxis of the indexed stacked bar series.

legend
Legend

Legend of the indexed stacked bar series.

Licensing Info

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

See Also

IndexedStackedBarSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic