SeriesList.Add

Overloads

Add(SeriesBase)Adds a SeriesBase to the end of the SeriesList object.
Add(StackedSeries)Adds a StackedSeries to the end of the SeriesList object.

Add(SeriesBase)

Adds a SeriesBase to the end of the SeriesList object.

public void Add(SeriesBase series)
Sub Add(series As SeriesBase)

Parameters

series
SeriesBase

SeriesBase object to be added.

Licensing Info

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

Add(StackedSeries)

Adds a StackedSeries to the end of the SeriesList object.

public void Add(StackedSeries stackedSeries)
Sub Add(stackedSeries As StackedSeries)

Parameters

stackedSeries
StackedSeries

StackedSeries to be added.

Licensing Info

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

See Also

SeriesList
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic