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