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

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

rightSeries

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

 See Also