PieSeriesElementList.Add

Overloads

Add(PieSeriesElement)Adds a PieSeriesElement to the end of the PieSeriesElementList object.
Add(Single)Adds a PieSeriesElement to the end of the PieSeriesElementList object.
Add(Single, String)Adds a PieSeriesElement to the end of the PieSeriesElementList object.
Add(Single[])Adds an array of PieSeriesElement objects to the end of the PieSeriesElementList object.

Add(PieSeriesElement)

Adds a PieSeriesElement to the end of the PieSeriesElementList object.

public void Add(PieSeriesElement pieSeriesElement)
Sub Add(pieSeriesElement As PieSeriesElement)

Parameters

pieSeriesElement
PieSeriesElement

PieSeriesElement 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(Single)

Adds a PieSeriesElement to the end of the PieSeriesElementList object.

public PieSeriesElement Add(float value1)
Function Add(value1 As Single) As PieSeriesElement

Parameters

value1
Single

Value of the pie series element.

Returns

PieSeriesElement

A PieSeriesElement object.

Licensing Info

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

Add(Single, String)

Adds a PieSeriesElement to the end of the PieSeriesElementList object.

public PieSeriesElement Add(float value1, string name)
Function Add(value1 As Single, name As String) As PieSeriesElement

Parameters

value1
Single

Value of the pie series element.

name
String

Name of the pie series element

Returns

PieSeriesElement

A PieSeriesElement object.

Licensing Info

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

Add(Single[])

Adds an array of PieSeriesElement objects to the end of the PieSeriesElementList object.

public PieSeriesElement[] Add(Single[] value1)
Function Add(value1 As Single[]) As PieSeriesElement[]

Parameters

value1
Single[]

Value of the pie series elements.

Returns

PieSeriesElement[]

Array of PieSeriesElement objects.

Licensing Info

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

See Also

PieSeriesElementList
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic