IndexedStackedBarValueList.Add

Overloads

Add(IndexedStackedBarValue)Adds an IndexedStackedBarValue object to the end of the IndexedStackedBarValueList object.
Add(Single)Adds a StackedBarValue object to the end of the IndexedStackedBarValueList object.
Add(Single, Int32)Adds an IndexedStackedBarValue object to the end of the IndexedStackedBarValueList object.
Add(Single[])Adds an array of StackedBarValue objects to the end of the IndexedStackedBarValueList object.

Add(IndexedStackedBarValue)

Adds an IndexedStackedBarValue object to the end of the IndexedStackedBarValueList object.

public void Add(IndexedStackedBarValue indexedStackedBarValue)
Sub Add(indexedStackedBarValue As IndexedStackedBarValue)

Parameters

indexedStackedBarValue
IndexedStackedBarValue

IndexedStackedBarValue 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 StackedBarValue object to the end of the IndexedStackedBarValueList object.

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

Parameters

value1
Single

Value of stacked bar value.

Returns

StackedBarValue

A StackedBarValue 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 IndexedStackedBarValue object to the end of the IndexedStackedBarValueList object.

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

Parameters

value1
Single

Value of the indexed stacked bar value.

position
Int32

Position of the indexed stacked bar value.

Returns

IndexedStackedBarValue

A IndexedStackedBarValue 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 StackedBarValue objects to the end of the IndexedStackedBarValueList object.

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

Parameters

value1
Single[]

Value of the stacked bar values.

Returns

StackedBarValue[]

Array of StackedBarValue objects.

Licensing Info

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

See Also

IndexedStackedBarValueList
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic