Charting::ChartXYValueDefinition Class

Description

The Charting::ChartXYValueDefinition class is used to define data values plotted in an XY chart.

Properties

xNumeric

The x value.

yNumeric

The y value.

Methods

DataToString Method

Convert the data to string (multiple data elements, like xy values, are comma separated).

SetXY Method

Sets X/Y Value for chart.

ValueType Method

Returns X/Y.

See Also