Search
CurveRenderer Constructor
See Also
 






Initializes a new instance of the CurveRenderer class.

Namespace: MindFusion.Charting
File: CurveRenderer.js

 Syntax

JavaScript  Copy Code

function CurveRenderer (series)

 Parameters

series

A list of Series that should be rendered as a cardinal spline.

 See Also