Adds the specified double number to the collection.
Namespace: MindFusion.Charting Assembly: MindFusion.Charting
Syntax
C#
Copy Code
|
public int Add ( double value ) |
Visual Basic
Copy Code
|
Public Function Add ( _ value As Double _ ) As Integer |
JavaScript
Copy Code
|
function Add (value) |
Parameters
Return Value
The position into which the new double value was added.
See Also
|