MindFusion WinForms Programmer's Guide
LabelsCollection Members
Constructors Properties Methods
 


Represents a strongly typed collection of StringCollection objects.

The following tables list the members exposed by the LabelsCollection type.

 Public Constructors

  Name Description

LabelsCollection

Overloaded.  

 Public Properties

  Name Description

Count

List.Count override.

IsSynchronized

List.IsSynchronized override.

Item

Gets or sets the StringCollection object, located at the specified position.

SyncRoot

List.SyncRoot override.

 Public Methods

  Name Description

Add

Adds the specified StringCollection to the collection.

Clear

Clears all items from the collection

Clone

Creates an exact copy of this collection.

Compare

Compares the contents of this collection with the contents of the specified list.

Contains

Checks whether the specified StringCollection is contained in the collection.

CopyTo

List.CopyTo override.

GetEnumerator

List.GetEnumerator override.

GetValues

Returns an array containing the elements of this collection.

IndexOf

Returns the index of the first occurrence of the specified StringCollection.

Insert

Inserts the specified StringCollection at the specified position within the collection.

Remove

Removes the first occurrence of the specified StringCollection from the collection.

RemoveAt

Removes the StringCollection at the specified index.

 See Also

LabelsCollection Class
MindFusion.Charting Namespace