MindFusion.Charting for WebForms Programmer's Guide
Series3D Constructor
See Also
 



Initializes a new instance of the Series3D class.

Namespace: MindFusion.Charting
Assembly: Series3D.js

 Syntax

JavaScript  Copy Code

function Series3D (xValues, yValues, zValues, labels)

 Parameters

xValues

A list of X coordinates.

yValues

A list of Y coordinates.

zValues

A list of Z coordinates.

labels

A list of labels.

 See Also

Series3D Class
MindFusion.Charting Namespace