Initializes a new instance of the TowerRenderer class.
Namespace: MindFusion.Charting
File: TowerRenderer.js
SyntaxJavaScript
Copy Code
|
|---|
function TowerRenderer (leftSeries, rightSeries) |
Type: Series
Series. The Series that should be rendered on left side of the chart.
Type: Series
Series. The Series that should be rendered on right side of the chart.
See Also