DateTime100PercentStackedLineSeries Constructors

Overloads

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

DateTime100PercentStackedLineSeries()

Initializes a new instance of DateTime100PercentStackedLineSeries object.

public DateTime100PercentStackedLineSeries()
Public Sub New ()

Licensing Info

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

DateTime100PercentStackedLineSeries(DateTimeXAxis, PercentageYAxis)

Initializes a new instance of the DateTime100PercentStackedLineSeries object.

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

Parameters

xAxis
DateTimeXAxis

DateTimeXAxis of the dateTime 100Percent stacked line series.

yAxis
PercentageYAxis

PercentageYAxis of the dateTime 100Percent stacked line series.

Licensing Info

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

DateTime100PercentStackedLineSeries(DateTimeXAxis, PercentageYAxis, Legend)

Initializes a new instance of the DateTime100PercentStackedLineSeries object.

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

Parameters

xAxis
DateTimeXAxis

DateTimeXAxis of the dateTime 100Percent stacked line series.

yAxis
PercentageYAxis

PercentageYAxis of the dateTime 100Percent stacked line series.

legend
Legend

Legend of the dateTime 100Percent stacked line series.

Licensing Info

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

DateTime100PercentStackedLineSeries(PercentageYAxis)

Initializes a new instance of the DateTime100PercentStackedLineSeries object.

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

Parameters

yAxis
PercentageYAxis

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

DateTime100PercentStackedLineSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic