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