IndexedStackedColumnValueList.Add

Overloads

Add(IndexedStackedColumnValue)Adds an IndexedStackedColumnValue object to the end of the IndexedStackedColumnValueList object.
Add(Single)Adds a StackedColumnValue object to the end of the IndexedStackedColumnValueList object.
Add(Single, Int32)Adds an IndexedStackedColumnValue object to the end of the IndexedStackedColumnValueList object.
Add(Single[])Adds an array of StackedColumnValue objects to the end of the IndexedStackedColumnValueList object.

Add(IndexedStackedColumnValue)

Adds an IndexedStackedColumnValue object to the end of the IndexedStackedColumnValueList object.

public void Add(IndexedStackedColumnValue indexedStackedColumnValue)
Sub Add(indexedStackedColumnValue As IndexedStackedColumnValue)

Parameters

indexedStackedColumnValue
IndexedStackedColumnValue

IndexedStackedColumnValue 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 StackedColumnValue object to the end of the IndexedStackedColumnValueList object.

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

Parameters

value1
Single

Value of the stacked column value.

Returns

StackedColumnValue

A StackedColumnValue object.

Licensing Info

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

Add(Single, Int32)

Adds an IndexedStackedColumnValue object to the end of the IndexedStackedColumnValueList object.

public IndexedStackedColumnValue Add(float value1, int position)
Function Add(value1 As Single, position As Integer) As IndexedStackedColumnValue

Parameters

value1
Single

Value of the indexed stacked column value.

position
Int32

Position of the indexed stacked column value.

Returns

IndexedStackedColumnValue

A IndexedStackedColumnValue 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 StackedColumnValue objects to the end of the IndexedStackedColumnValueList object.

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

Parameters

value1
Single[]

Value of stacked column values.

Returns

StackedColumnValue[]

Array of StackedColumnValue objects.

Licensing Info

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

See Also

IndexedStackedColumnValueList
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic