XYScatterValueList.Add

Overloads

Add(Single, Single)Adds a XYScatterValue object to the XYScatterValueList object.
Add(XYScatterValue)Adds a XYScatterValue object to the XYScatterValueList object.

Add(Single, Single)

Adds a XYScatterValue object to the XYScatterValueList object.

public XYScatterValue Add(float val, float position)
Function Add(val As Single, position As Single) As XYScatterValue

Parameters

val
Single

Value of the XYScatter value.

position
Single

Position of the XYScatter value.

Returns

XYScatterValue

A XYScatterValue object.

Licensing Info

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

Add(XYScatterValue)

Adds a XYScatterValue object to the XYScatterValueList object.

public void Add(XYScatterValue val)
Sub Add(val As XYScatterValue)

Parameters

val
XYScatterValue

The XYScatter value to be added to the XYScatter value list.

Licensing Info

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

See Also

XYScatterValue
XYScatterValueList
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic