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





Returns a string representation of the collection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override string ToString ()

Visual Basic  Copy Code

Public Overrides Function ToString () As String

 Return Value

A string that represents the collection.

 Remarks

The string represents the labels in the collection, separated by commas.

 See Also

StringCollection Members
StringCollection Class
MindFusion.Charting Namespace