IndexedAreaValueList.Add

Overloads

Add(IndexedAreaValue)Adds an IndexedAreaValue object to the IndexedAreaValueList object.
Add(Single)Adds an AreaValue object to the IndexedAreaValueList object.
Add(Single, Int32)Adds an IndexedAreaValue object to the IndexedAreaValueList object.
Add(Single[])Adds an AreaValue object to the IndexedAreaValueList object.

Add(IndexedAreaValue)

Adds an IndexedAreaValue object to the IndexedAreaValueList object.

public void Add(IndexedAreaValue areaValue)
Sub Add(areaValue As IndexedAreaValue)

Parameters

areaValue
IndexedAreaValue

Value of the indexed area value.

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 AreaValue object to the IndexedAreaValueList object.

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

Parameters

value1
Single

Value of the area value.

Returns

AreaValue

A AreaValue 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 IndexedAreaValue object to the IndexedAreaValueList object.

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

Parameters

value1
Single

Value of the indexed area value.

position
Int32

Position of the indexed area value.

Returns

IndexedAreaValue

A AreaValue 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 AreaValue object to the IndexedAreaValueList object.

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

Parameters

value1
Single[]

Array of values of the area values.

Returns

AreaValue[]

a AreaValue object array.

Licensing Info

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

See Also

IndexedAreaValueList
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic