DateTime100PercentStackedColumnValueList.Add

Overloads

Add(DateTime100PercentStackedColumnValue)Adds a DateTime100PercentStackedColumnValue object to the end of the DateTime100PercentStackedColumnValueList object.
Add(Single, DateTime)Adds a DateTime100PercentStackedColumnValue to the end of the DateTime100PercentStackedColumnValueList .

Add(DateTime100PercentStackedColumnValue)

Adds a DateTime100PercentStackedColumnValue object to the end of the DateTime100PercentStackedColumnValueList object.

public void Add(DateTime100PercentStackedColumnValue dateTimeStackedColumnValue)
Sub Add(dateTimeStackedColumnValue As DateTime100PercentStackedColumnValue)

Parameters

Licensing Info

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

Add(Single, DateTime)

Adds a DateTime100PercentStackedColumnValue to the end of the DateTime100PercentStackedColumnValueList .

public DateTime100PercentStackedColumnValue Add(float value1, DateTime position)
Function Add(value1 As Single, position As Date) As DateTime100PercentStackedColumnValue

Parameters

value1
Single

Value of the datetime 100Percent stacked column value.

position
DateTime

Position of the datetime 100Percent stacked column value.

Returns

DateTime100PercentStackedColumnValue

DateTime100PercentStackedColumnValue object.

Licensing Info

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

See Also

DateTime100PercentStackedColumnValueList
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic