MindFusion.Charting Programmer's Guide

LabelsCollection.Item Property

See Also
 





Gets or sets the double number, 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.

 Remarks

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

 See Also