DateTimeAreaValueList.Add

Overloads

Add(DateTimeAreaValue)Adds a DateTimeAreaValue object to the DateTimeAreaValueList object.
Add(Single, DateTime)Adds a DateTimeAreaValue object to the DateTimeAreaValueList object.

Add(DateTimeAreaValue)

Adds a DateTimeAreaValue object to the DateTimeAreaValueList object.

public void Add(DateTimeAreaValue areaValue)
Sub Add(areaValue As DateTimeAreaValue)

Parameters

areaValue
DateTimeAreaValue

Value of the dateTime area 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 DateTimeAreaValue object to the DateTimeAreaValueList object.

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

Parameters

value1
Single

Value of the dateTime area Value

obj
DateTime

Position of the dateTime area Value

Returns

DateTimeAreaValue

DateTimeAreaValue object.

Licensing Info

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

See Also

DateTimeAreaValueList
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic