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