IndexedStackedLineSeries Constructors

Overloads

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

IndexedStackedLineSeries()

Initializes a new instance of the IndexedStackedLineSeries object.

public IndexedStackedLineSeries()
Public Sub New ()

Licensing Info

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

IndexedStackedLineSeries(IndexedXAxis, NumericYAxis)

Initializes a new instance of the IndexedStackedLineSeries object.

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

Parameters

xAxis
IndexedXAxis

IndexedXAxis of the indexed stacked line series.

yAxis
NumericYAxis

NumericYAxis of the indexed stacked line series.

Licensing Info

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

IndexedStackedLineSeries(IndexedXAxis, NumericYAxis, Legend)

Initializes a new instance of the IndexedStackedLineSeries object.

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

yAxis
NumericYAxis

NumericYAxis of the indexed stacked line series

legend
Legend

Legend of the indexed stacked line series

Licensing Info

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

IndexedStackedLineSeries(NumericYAxis)

Initializes a new instance of the IndexedStackedLineSeries object.

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

Parameters

yAxis
NumericYAxis

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

IndexedStackedLineSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic