Search
CandlestickChart.getSeries Method
See Also
 






Gets the list with the Series rendered by this CandlestickChart.

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

 Syntax

Java  Copy Code

public ObservableList<Series> getSeries ()

 Return Value

An ObservableList containing chart's Series.

 See Also