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