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

JavaScript  Copy Code

function GetValues ()

 Return Value

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

 See Also