MindFusion.Charting Programmer's Guide

StringCollection Class

Remarks See Also
 





Represents a collection with string labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class StringCollection : CollectionBase

Visual Basic  Copy Code

Public Class StringCollection
    Inherits CollectionBase

JavaScript  Copy Code

// class
StringCollection.prototype = {}

 Remarks

Objects of the StringCollection class are used for specifying the labels in properties of type simple array, which members are strings. In properties fo type complex array, which members are simple arrays, they represent the label series, which are added to the LabelsCollection object.

 Inheritance Hierarchy

System.Object
    System.Collections.CollectionBase
        MindFusion.Charting.StringCollection

 See Also