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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.