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

JavaScript  Copy Code

function GetValues ()

 Return Value

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

 See Also