Search
BarStackRenderer3D Constructor
See Also
 






Initializes a new instance of the BarStackRenderer3D class.

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

 Syntax

Java  Copy Code

public BarStackRenderer3D (
    ObservableList<Series> series
)

 Parameters

series

A list of Series that should be rendered as stacked bars.

 See Also