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

JavaScript  Copy Code

function ToString ()

 Return Value

A string that represents the collection.

 Remarks

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

 See Also