Search
ScatterRenderer Constructor
See Also
 






Initializes a new instance of the ScatterRenderer class.

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

 Syntax

Java  Copy Code

public ScatterRenderer (
    ObservableList<Series> series
)

 Parameters

series

A list of Series that should be rendered as scatter.

 See Also