Search
AreaChart Constructor
See Also
 






Initializes a new instance of the AreaChart class.

Namespace: MindFusion.Charting.Controls
File: AreaChart.js

 Syntax

JavaScript  Copy Code

function AreaChart (element, [lineType, [seriesRenderer]])

 Parameters

element

The canvas DOM element to associate this chart with.

lineType
Optional.

A member of the LineType enumeration.

seriesRenderer
Optional.

An AreaRenderer used to draw chart's data series.

 See Also