Initializes a new instance of the Series3D class.
Namespace: MindFusion.Charting
File: Series3D.js
JavaScript Copy Code |
---|
function Series3D (xValues, yValues, zValues, labels) |
Type: List
A list of X coordinates.
Type: List
A list of Y coordinates.
Type: List
A list of Z coordinates.
Type: List
A list of labels.
The following code creates a new Series3D instance using four List-s with values:
JavaScript Copy Code |
---|
// create a sample series
|