MindFusion.Charting 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()

JavaScript  Copy Code

function GetValues ()

 Return Value

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

 See Also