ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Sparkline Namespace / Series Class / Item Property

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

    Parameters

    index
    See Also