DateTimeLineValueList.Add

Overloads

Add(DateTimeLineValue)Adds a DateTimeLineValue object to the DateTimeLineValueList object.
Add(Single, DateTime)Adds a DateTimeLineValue object to the DateTimeLineValueList object.

Add(DateTimeLineValue)

Adds a DateTimeLineValue object to the DateTimeLineValueList object.

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

Parameters

lineValue
DateTimeLineValue

Value of the dateTime 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 DateTimeLineValue object to the DateTimeLineValueList object.

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

Parameters

value1
Single

Value of the dateTime line Value.

obj
DateTime

Position of the dateTime line Value.

Returns

DateTimeLineValue

The DateTimeLineValue object.

Licensing Info

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

See Also

DateTimeLineValueList
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic