Search
FunnelRenderer.enumSeries Method
See Also
 






Returns a collection of the Series rendered by this SeriesRenderer.

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

 Syntax

Java  Copy Code

public Stream<Series> enumSeries ()

 Return Value

A Stram of Series instances. In FunnelRenderer it is just one Series instance. 

 See Also