Search
Renderer2D.getSeries Method
See Also
 






Gets a list of the Series drawn by this Renderer2D.

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