MindFusion.Charting Programmer's Guide

DoubleCollection.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 double Item [
    int index
] { get; set; }

Visual Basic  Copy Code

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

 Parameters

index
The zero-based index of the element 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