Initializes a new instance of the AreaChart class.
Namespace: MindFusion.Charting.Controls
File: AreaChart.js
JavaScript
![]() |
---|
function AreaChart (element, [lineType, [seriesRenderer]]) |
Type: HTMLCanvasElement
The canvas DOM element to associate this chart with.
Type: LineType
A member of the LineType enumeration.
Type: AreaRenderer
An AreaRenderer used to draw chart's data series.