MindFusion.Charting Programmer's Guide

SeriesCollection.Add Method

See Also
 





Adds a new DoubleCollection object to the collection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int Add (
    DoubleCollection value
)

Visual Basic  Copy Code

Public Function Add ( _
    value As DoubleCollection _
) As Integer

JavaScript  Copy Code

function Add (value)

 Parameters

value
The DoubleCollection object to be added.

 Return Value

The position into which the new DoubleCollection object was added.

 See Also