XYScatterValue Constructors

Overloads

XYScatterValue(Single, Single)Initializes a new instance of the XYScatterValue object.
XYScatterValue(Single, Single, XYScatterDataLabel)Initializes a new instance of the XYScatterValue object.

XYScatterValue(Single, Single)

Initializes a new instance of the XYScatterValue object.

public XYScatterValue(float yValue, float xValue)
Public Sub New (yValue As Single, xValue As Single)

Parameters

yValue
Single

The xAxis value of XYScatter value.

xValue
Single

The yAxis value of the XYScatter value.

Licensing Info

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

XYScatterValue(Single, Single, XYScatterDataLabel)

Initializes a new instance of the XYScatterValue object.

public XYScatterValue(float yValue, float xValue, XYScatterDataLabel dataLabel)
Public Sub New (yValue As Single, xValue As Single, dataLabel As XYScatterDataLabel)

Parameters

yValue
Single

The yAxis value of XYScatter value.

xValue
Single

The yAxis value of the XYScatter value.

dataLabel
XYScatterDataLabel

The dataLabel of the XYScatter value.

Licensing Info

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

See Also

XYScatterValue
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic