ActiveReports 12
GetName Method (IChartMemberNameProvider)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > IChartMemberNameProvider Interface : GetName Method
The index of the field to find.
Gets the name for the field that should be found.
Syntax
'Declaration
 
Function GetName( _
   ByVal i As Integer _
) As String
string GetName( 
   int i
)

Parameters

i
The index of the field to find.

Return Value

The name of the field or the empty string (""), if there is no value to return.
See Also

Reference

IChartMemberNameProvider Interface
IChartMemberNameProvider Members