Search
StepRenderer Constructor
See Also
 






Initializes a new instance of the StepRenderer class.

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

 Syntax

Java  Copy Code

public StepRenderer (
    ObservableList<Series> series
)

 Parameters

series

A list of Series that should be rendered by this object.

 See Also