Search
DateTimeSeries.getDates Method
See Also
 






Gets a list of DateTime values used as X-coordinates of this DataBoundSeries.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public List<Date> getDates ()

 Return Value

A list with the Date objects.

 See Also