ActiveReports Developer 7
MemberDataPointIndex Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChartMember Interface : MemberDataPointIndex Property

Glossary Item Box

Gets the index location of the current member in the grid of data points.

Syntax

Visual Basic (Declaration) 
ReadOnly Property MemberDataPointIndex As System.Integer
C# 
System.int MemberDataPointIndex {get;}

See Also