DateTimeStackedAreaSeries Constructors

Overloads

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

DateTimeStackedAreaSeries()

Initializes a new instance of the DateTimeStackedAreaSeries object.

public DateTimeStackedAreaSeries()
Public Sub New ()

Licensing Info

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

DateTimeStackedAreaSeries(DateTimeXAxis, NumericYAxis)

Initializes a new instance of the DateTimeStackedAreaSeries object.

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

Parameters

xAxis
DateTimeXAxis

DateTimeXAxis of the dateTime stacked area series.

yAxis
NumericYAxis

NumericYAxis of the dateTime stacked area series.

Licensing Info

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

DateTimeStackedAreaSeries(DateTimeXAxis, NumericYAxis, Legend)

Initializes a new instance of the DateTimeStackedAreaSeries object.

public DateTimeStackedAreaSeries(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 area series.

yAxis
NumericYAxis

NumericYAxis of the dateTime stacked area series.

legend
Legend

Legend of the dateTime stacked area series

Licensing Info

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

DateTimeStackedAreaSeries(NumericYAxis)

Initializes a new instance of the DateTimeStackedAreaSeries object.

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

Parameters

yAxis
NumericYAxis

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

DateTimeStackedAreaSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic