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





Returns an array with all labels in the StringCollection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string[] GetValues ()

Visual Basic  Copy Code

Public Function GetValues () As String()

 Return Value

A string[] array with all labels contained in the current StringCollection instance.

 See Also

StringCollection Members
StringCollection Class
MindFusion.Charting Namespace