getSeriesCloseValue() Method
Description
Gets info about "close" field of the series. 
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
- chartId:StringChart id 
- seriesId:StringSeries id 
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
	
See also
getSeriesValueChange(), getSeriesPercentValueChange(), getSeriesOpenValue(), getSeriesHighValue(), getSeriesLowValue(), getSeriesCustomValue(), getSeriesValue()
