MindFusion WinForms Programmer's Guide
DoubleCollection.Add Method
See Also
 





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

 Parameters

value
The new double number to add.

 Return Value

The position into which the new double value was added.

 See Also

DoubleCollection Members
DoubleCollection Class
MindFusion.Charting Namespace