DateTimeBarValueList.Add

Overloads

Add(DateTimeBarValue)Adds a DateTimeBarValue object to the end of the DateTimeBarValueList object.
Add(Single, DateTime)Adds a DateTimeBarValue object to the end of the DateTimeBarValueList object.

Add(DateTimeBarValue)

Adds a DateTimeBarValue object to the end of the DateTimeBarValueList object.

public void Add(DateTimeBarValue dateTimeBarValue)
Sub Add(dateTimeBarValue As DateTimeBarValue)

Parameters

dateTimeBarValue
DateTimeBarValue

DateTimeBarValue object to be added

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 DateTimeBarValue object to the end of the DateTimeBarValueList object.

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

Parameters

value1
Single

Value of the date time bar value.

position
DateTime

Position of the date time bar value.

Returns

DateTimeBarValue

DateTimeBarValue object

Licensing Info

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

See Also

DateTimeBarValueList
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic