Indexed100PercentStackedLineValueList.Add

Overloads

Add(Indexed100PercentStackedLineValue)Adds an Indexed100PercentStackedLineValue object to the Indexed100PercentStackedLineValueList object.
Add(Single)Adds a Stacked100PercentLineValue object to the Indexed100PercentStackedLineValueList object.
Add(Single, Int32)Adds an Indexed100PercentStackedLineValue object to the Indexed100PercentStackedLineValueList object.
Add(Single[])Adds a Stacked100PercentLineValue object to the Indexed100PercentStackedLineValueList object.

Add(Indexed100PercentStackedLineValue)

Adds an Indexed100PercentStackedLineValue object to the Indexed100PercentStackedLineValueList object.

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

Parameters

lineValue
Indexed100PercentStackedLineValue

Value of the indexed 100Percent 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 Stacked100PercentLineValue object to the Indexed100PercentStackedLineValueList object.

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

Parameters

value1
Single

Value of the indexed 100Percent stacked line value.

Returns

Stacked100PercentLineValue

A Stacked100PercentLineValue 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 Indexed100PercentStackedLineValue object to the Indexed100PercentStackedLineValueList object.

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

Parameters

value1
Single

Value of the indexed 100Percent stacked line value.

position
Int32

Position of the indexed 100Percent stacked line value.

Returns

Indexed100PercentStackedLineValue

A Indexed100PercentStackedLineValue 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 Stacked100PercentLineValue object to the Indexed100PercentStackedLineValueList object.

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

Parameters

value1
Single[]

values of the indexed 100Percent stacked line values.

Returns

Stacked100PercentLineValue[]

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

Indexed100PercentStackedLineValueList
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic