DateTime100PercentStackedLineValueList.Add

Overloads

Add(DateTime100PercentStackedLineValue)Adds a DateTime100PercentStackedLineValue object to the DateTime100PercentStackedLineValueList object.
Add(Single, DateTime)Adds a DateTime100PercentStackedLineValue object to the DateTime100PercentStackedLineValueList object.

Add(DateTime100PercentStackedLineValue)

Adds a DateTime100PercentStackedLineValue object to the DateTime100PercentStackedLineValueList object.

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

Parameters

lineValue
DateTime100PercentStackedLineValue

Value of the dateTime 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, DateTime)

Adds a DateTime100PercentStackedLineValue object to the DateTime100PercentStackedLineValueList object.

public DateTime100PercentStackedLineValue Add(float value1, DateTime obj)
Function Add(value1 As Single, obj As Date) As DateTime100PercentStackedLineValue

Parameters

value1
Single

Value of the dateTime 100Percent stacked line value.

obj
DateTime

Position of the dateTime 100Percent stacked line value.

Returns

DateTime100PercentStackedLineValue

DateTime100PercentStackedLineValue object

Licensing Info

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

See Also

DateTime100PercentStackedLineValueList
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic