Initializes a new instance of the CandlestickChart class.
Namespace: MindFusion.Charting.Controls
File: CandlestickChart.js
JavaScript Copy Code |
---|
function CandlestickChart (element, [seriesRenderer]) |
Type: HTMLCanvasElement
The canvas DOM element to associate this chart with.
Type: CandlestickRenderer
A CandlestickRenderer used to draw chart's data series.