IndexedLineValueList.Add

Overloads

Add(IndexedLineValue)Adds an IndexedLineValue object to the IndexedLineValueList object.
Add(Single)Adds a LineValue object to the IndexedLineValueList object.
Add(Single, Int32)Adds an IndexedLineValue object to the IndexedLineValueList object.
Add(Single[])Adds a LineValue object to the IndexedLineValueList object.

Add(IndexedLineValue)

Adds an IndexedLineValue object to the IndexedLineValueList object.

public void Add(IndexedLineValue lineValue)
Sub Add(lineValue As IndexedLineValue)

Parameters

lineValue
IndexedLineValue

Value of the indexed line 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 a LineValue object to the IndexedLineValueList object.

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

Parameters

value1
Single

Value of the line value.

Returns

LineValue

A LineValue 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 IndexedLineValue object to the IndexedLineValueList object.

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

Parameters

value1
Single

Value of the indexed line value.

position
Int32

Position of the indexed line value.

Returns

LineValue

A LineValue 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 a LineValue object to the IndexedLineValueList object.

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

Parameters

value1
Single[]

Array of values of the line values.

Returns

LineValue[]

A LineValue 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

IndexedLineValueList
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic