Search
AreaRenderer Constructor
See Also
 






Initializes a new instance of the AreaRenderer class.

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

 Syntax

Java  Copy Code

public AreaRenderer (
    ObservableList<Series> series
)

 Parameters

series

A list of Series that should be rendered as areas.

 See Also