MindFusion.Charting Programmer's Guide

SeriesCollection.GetValues Method

See Also
 





Returns an array with all DoubleCollection objects in the collection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public DoubleCollection[] GetValues ()

Visual Basic  Copy Code

Public Function GetValues () As DoubleCollection()

JavaScript  Copy Code

function GetValues ()

 Return Value

An array with all DoubleCollection objects in this collection.

 See Also