Charting::ChartValueDefinition Class

Properties

valueAny Type

The data value.

labelCharacter

An optional label for the data. If no label is specified, the value is used as the label.

explodedLogical

Applies to pie graphs. If .t., pie slice will be exploded (rendered offset from the rest of the pie graph.

Methods

CreateBoxPlot Method

Create a box plot data set.

CreateStock Method

Creates a stock data point.

CreateX Method

Create X Value for chart.

CreateXY Method

Creates X/Y Value for chart.

DataToString Method

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

SetBoxPlot Method

Generate a box plot.

SetStock Method

Generate a stock data point.

SetX Method

Sets X Value for chart.

SetXY Method

Sets X/Y Value for chart.

ValueType Method

Returns type of point - Y, XY, X, Stock, Box.

See Also