IndexedBarValueList.Add

Overloads

Add(IndexedBarValue)Adds an IndexedBarValue object to the end of the IndexedBarValueList object.
Add(Single)Adds a BarValue object to the end of the IndexedBarValueList object.
Add(Single, Int32)Adds an IndexedBarValue object to the end of the IndexedBarValueList object.
Add(Single[])Adds an array of BarValue objects to the end of the IndexedBarValueList object.

Add(IndexedBarValue)

Adds an IndexedBarValue object to the end of the IndexedBarValueList object.

public void Add(IndexedBarValue indexedBarValue)
Sub Add(indexedBarValue As IndexedBarValue)

Parameters

indexedBarValue
IndexedBarValue

IndexedBarValue 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 BarValue object to the end of the IndexedBarValueList object.

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

Parameters

value1
Single

Value of the bar value.

Returns

BarValue

A BarValue 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 IndexedBarValue object to the end of the IndexedBarValueList object.

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

Parameters

value1
Single

Value of the indexed bar value.

position
Int32

Position of the indexed bar value.

Returns

IndexedBarValue

A IndexedBarValue 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 BarValue objects to the end of the IndexedBarValueList object.

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

Parameters

value1
Single[]

Value of the bar values.

Returns

BarValue[]

Array of BarValue objects.

Licensing Info

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

See Also

IndexedBarValueList
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic