Search
PointSeries3D Constructor (List<Point3D>, List<String>)
See Also
 






Initializes a new instance of the PointSeries3D class.

Namespace: MindFusion.Charting
File: PointSeries3D.js

 Syntax

JavaScript  Copy Code

function PointSeries3D (points, labels)

 Parameters

points

A list of 3D points.

labels

A list of labels.

 See Also