DateTimeStackedLineSeries Constructors

Overloads

DateTimeStackedLineSeries()Initializes a new instance of the DateTimeStackedLineSeries object.
DateTimeStackedLineSeries(DateTimeXAxis, NumericYAxis)Initializes a new instance of the DateTimeStackedLineSeries object.
DateTimeStackedLineSeries(DateTimeXAxis, NumericYAxis, Legend)Initializes a new instance of the DateTimeStackedLineSeries object.
DateTimeStackedLineSeries(NumericYAxis)Initializes a new instance of the DateTimeStackedLineSeries object.

DateTimeStackedLineSeries()

Initializes a new instance of the DateTimeStackedLineSeries object.

public DateTimeStackedLineSeries()
Public Sub New ()

Licensing Info

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

DateTimeStackedLineSeries(DateTimeXAxis, NumericYAxis)

Initializes a new instance of the DateTimeStackedLineSeries object.

public DateTimeStackedLineSeries(DateTimeXAxis xAxis, NumericYAxis yAxis)
Public Sub New (xAxis As DateTimeXAxis, yAxis As NumericYAxis)

Parameters

xAxis
DateTimeXAxis

DateTimeXAxis of the dateTime stacked line series.

yAxis
NumericYAxis

NumericYAxis of the dateTime stacked line series

Licensing Info

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

DateTimeStackedLineSeries(DateTimeXAxis, NumericYAxis, Legend)

Initializes a new instance of the DateTimeStackedLineSeries object.

public DateTimeStackedLineSeries(DateTimeXAxis xAxis, NumericYAxis yAxis, Legend legend)
Public Sub New (xAxis As DateTimeXAxis, yAxis As NumericYAxis, legend As Legend)

Parameters

xAxis
DateTimeXAxis

DateTimeXAxis of the dateTime stacked line series.

yAxis
NumericYAxis

NumericYAxis of the dateTime stacked line series

legend
Legend

Legend of the dateTime stacked line series

Licensing Info

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

DateTimeStackedLineSeries(NumericYAxis)

Initializes a new instance of the DateTimeStackedLineSeries object.

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

Parameters

yAxis
NumericYAxis

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

DateTimeStackedLineSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic