MindFusion WinForms Programmer's Guide
LabelsCollection.Item Property
See Also
 





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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public StringCollection Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Property Item ( _
    index As Integer _
) As StringCollection

 Parameters

index
The zero-based index of the entry to get or set.

 Property Value

The element at the specified index. This is the indexer property for the LabelsCollection class.

 Remarks

This property provides the ability to access a specific element in the collection.

 See Also

LabelsCollection Members
LabelsCollection Class
MindFusion.Charting Namespace