getSeriesValueChange() Method

Description

Gets info about a change of "value" (or "close" field, if "value" field is not specified) series field values.

See Obtaining Actual Chart Information article for more information.

Note: "current" property of an output object is not NaN only if any point of the series is hovered.

Parameters

Returns

Object with the following structure:


Note: The return value may be null if the method is called while the component is not drawn yet. To avoid this case you should call this method only after onChartDraw event is raised.

Samples

Online HTML/JavaScript Sample

Online HTML/JavaScript Sample

See also

getSeriesPercentValueChange(), getSeriesOpenValue(), getSeriesCloseValue(), getSeriesHighValue(), getSeriesLowValue(), getSeriesCustomValue(), getSeriesValue()

to top