ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / DataPoint Class / Item Property / Item(Int32) Property
Index of value.


In This Topic
    Item(Int32) Property
    In This Topic
    Gets the indexed value of the point.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As Object
    'Usage
     
    
    Dim instance As DataPoint
    Dim index As Integer
    Dim value As Object
     
    value = instance.Item(index)
    public object Item( 
       int index
    ) {get;}

    Parameters

    index
    Index of value.

    Property Value

    The indexed value.
    See Also