ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChartMember Interface / MemberDataPointIndex Property

In This Topic
    MemberDataPointIndex Property
    In This Topic
    Gets the index location of the current member in the grid of data points.
    Syntax
    'Declaration
     
    ReadOnly Property MemberDataPointIndex As Integer
    int MemberDataPointIndex {get;}

    Property Value

    An System.Int32 specifying the index location of the current member in the data point grid.
    See Also