ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DoubleArray Class / Item Property

Specifies the index of the value to get or set.


In This Topic
    Item Property (DoubleArray)
    In This Topic
    Gets or sets the value at the index specified.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal i As Integer _
    ) As Double
    public double this[ 
       int i
    ]; {get; set;}

    Parameters

    i

    Specifies the index of the value to get or set.

    See Also