getLastDate() Method

Description

Gets the last date from all mapped and used by visible series data sources.

See Obtaining Actual Chart Information article for more information.

Parameters

None

Returns

Date

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

getFirstDate(), getFirstVisibleDate(), getLastVisibleDate()

to top