Search
TowerChart Constructor
See Also
 






Initializes a new instance of the TowerChart class.

Namespace: MindFusion.Charting.Controls
File: TowerChart.js

 Syntax

JavaScript  Copy Code

function TowerChart (element, [seriesRenderer])

 Parameters

element

Type: HTMLCanvasElement
HTMLCanvasElement. The canvas DOM element to associate this chart with.

seriesRenderer
Optional.

Type: CandlestickRenderer
CandlestickRenderer. A TowerRenderer used to draw chart's data series.

 See Also