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





Returns an array containing the elements of this collection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public StringCollection[] GetValues ()

Visual Basic  Copy Code

Public Function GetValues () As StringCollection()

 Return Value

A StringCollection[] array with all values contained in the current LabelsCollection instance.

 See Also

LabelsCollection Members
LabelsCollection Class
MindFusion.Charting Namespace