Search
Pair Constructor
See Also
 






Initializes a new instance of the Pair class.

Namespace: MindFusion.Charting
File: Pair.js

 Syntax

JavaScript  Copy Code

function Pair (first, second)

 Parameters

first

The first value.

second

The second value.

 See Also