IndexedStackedLineValueList.Add

Overloads

Add(IndexedStackedLineValue)Adds an IndexedStackedLineValue object to the IndexedStackedLineValueList object.
Add(Single)Adds a StackedLineValue object to the IndexedStackedLineValueList object.
Add(Single, Int32)Adds an IndexedStackedLineValue object to the IndexedStackedLineValueList object.
Add(Single[])Adds a StackedLineValue object to the IndexedStackedLineValueList object.

Add(IndexedStackedLineValue)

Adds an IndexedStackedLineValue object to the IndexedStackedLineValueList object.

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

Parameters

lineValue
IndexedStackedLineValue

Value of the indexed Stacked 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 StackedLineValue object to the IndexedStackedLineValueList object.

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

Parameters

value1
Single

Value of the stacked Line Value.

Returns

StackedLineValue

A StackedLineValue 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 IndexedStackedLineValue object to the IndexedStackedLineValueList object.

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

Parameters

value1
Single

Value of the indexed Stacked Line Value.

position
Int32

Position of the indexed Stacked Line Value.

Returns

StackedLineValue

A StackedLineValue 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 StackedLineValue object to the IndexedStackedLineValueList object.

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

Parameters

value1
Single[]

values of the stacked line values.

Returns

StackedLineValue[]

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

IndexedStackedLineValueList
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic