Search
TowerRenderer Constructor
See Also
 






Initializes a new instance of the TowerRenderer class.

Namespace: MindFusion.Charting
File: TowerRenderer.js

 Syntax

JavaScript  Copy Code

function TowerRenderer (leftSeries, rightSeries)

 Parameters

leftSeries

Series. The Series that should be rendered on left side of the chart.

rightSeries

Series. The Series that should be rendered on right side of the chart.

 See Also