ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Sparkline Namespace / Series Class / Item Property
The index of the value.

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

    Parameters

    index
    The index of the value.

    Property Value

    The value at the specified index as a System.Double.
    See Also