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