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





Returns an array containing the elements of this collection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double[] GetValues ()

Visual Basic  Copy Code

Public Function GetValues () As Double()

 Return Value

A double[] array with all values contained in the current DoubleCollection instance.

 See Also

DoubleCollection Members
DoubleCollection Class
MindFusion.Charting Namespace