Search
RadarRenderer.getSeries Method
See Also
 






Gets the list of Series drawn by this RadarRenderer.

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

 Syntax

Java  Copy Code

public ObservableList<Series> getSeries ()

 Return Value

A list with Series instances.

 See Also