Initializes a new instance of the BarChart class.
Namespace: MindFusion.Charting.Controls
File: BarChart.js
JavaScript Copy Code |
---|
function BarChart (element, [barLayout, [seriesRenderer]]) |
Type: HTMLCanvasElement
The canvas DOM element to associate this chart with.
Type: BarLayout
A member of the BarLayout enumeration.
Type: Renderer2D
A Renderer2D used to draw chart's data series.