DateTime100PercentStackedBarValueList.Add

Overloads

Add(DateTime100PercentStackedBarValue)Adds a DateTime100PercentStackedBarValue to the end of the DateTime100PercentStackedBarValueList .
Add(Single, DateTime)Adds a DateTime100PercentStackedBarValue object to the end of the DateTime100PercentStackedBarValueList object.

Add(DateTime100PercentStackedBarValue)

Adds a DateTime100PercentStackedBarValue to the end of the DateTime100PercentStackedBarValueList .

public void Add(DateTime100PercentStackedBarValue dateTimeStackedBarValue)
Sub Add(dateTimeStackedBarValue As DateTime100PercentStackedBarValue)

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 DateTime100PercentStackedBarValue object to the end of the DateTime100PercentStackedBarValueList object.

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

Parameters

value1
Single

Value of date time 100Percent stacked bar value.

position
DateTime

Position of the date time 100Percent stacked bar value.

Returns

DateTime100PercentStackedBarValue

DateTime100PercentStackedBarValue object

Licensing Info

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

See Also

DateTime100PercentStackedBarValueList
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic