DateTime100PercentStackedAreaSeries Constructors

Overloads

DateTime100PercentStackedAreaSeries()Initializes a new instance of DateTime100PercentStackedAreaSeries object.
DateTime100PercentStackedAreaSeries(DateTimeXAxis, PercentageYAxis)Initializes a new instance of DateTime100PercentStackedAreaSeries object.
DateTime100PercentStackedAreaSeries(DateTimeXAxis, PercentageYAxis, Legend)Initializes a new instance of DateTime100PercentStackedAreaSeries object.
DateTime100PercentStackedAreaSeries(PercentageYAxis)Initializes a new instance of DateTime100PercentStackedAreaSeries object.

DateTime100PercentStackedAreaSeries()

Initializes a new instance of DateTime100PercentStackedAreaSeries object.

public DateTime100PercentStackedAreaSeries()
Public Sub New ()

Licensing Info

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

DateTime100PercentStackedAreaSeries(DateTimeXAxis, PercentageYAxis)

Initializes a new instance of DateTime100PercentStackedAreaSeries object.

public DateTime100PercentStackedAreaSeries(DateTimeXAxis xAxis, PercentageYAxis yAxis)
Public Sub New (xAxis As DateTimeXAxis, yAxis As PercentageYAxis)

Parameters

xAxis
DateTimeXAxis

DateTimeXAxis of the dateTime 100Percent stacked area series.

yAxis
PercentageYAxis

PercentageYAxis of the dateTime 100Percent stacked area series.

Licensing Info

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

DateTime100PercentStackedAreaSeries(DateTimeXAxis, PercentageYAxis, Legend)

Initializes a new instance of DateTime100PercentStackedAreaSeries object.

public DateTime100PercentStackedAreaSeries(DateTimeXAxis xAxis, PercentageYAxis yAxis, Legend legend)
Public Sub New (xAxis As DateTimeXAxis, yAxis As PercentageYAxis, legend As Legend)

Parameters

xAxis
DateTimeXAxis

DateTimeXAxis of the eateTime 100Percent stacked area series.

yAxis
PercentageYAxis

PercentageYAxis of the dateTime 100Percent stacked area series.

legend
Legend

Legend of the dateTime 100Percent stacked area series.

Licensing Info

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

DateTime100PercentStackedAreaSeries(PercentageYAxis)

Initializes a new instance of DateTime100PercentStackedAreaSeries object.

public DateTime100PercentStackedAreaSeries(PercentageYAxis yAxis)
Public Sub New (yAxis As PercentageYAxis)

Parameters

yAxis
PercentageYAxis

PercentageYAxis of the dateTime 100Percent 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

DateTime100PercentStackedAreaSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic