Search
EventSeries.getValues Method
See Also
 






Gets the series' events.

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

 Syntax

Java  Copy Code

public List<ChartEvent> getValues ()

 Return Value

A list of ChartEvent objects.

 See Also