Navigation: Code Documentation > RSCharting > RSChartPanel > Classes > TRSChartList > Methods
TRSChartList.IndexOf(TRSCustomChart) Method
Returns the index of a chart. Call IndexOf to obtain the index of a chart in the list. If the Item is not found, this method returns -1.
Namespace: RSChartPanel
Delphi
public function IndexOf(AChart: TRSCustomChart): Integer;
Parameters
AChart
Type: TRSCustomChart
Type: Integer
•RSChartPanel.TRSChartList.Add(TRSCustomChart)
•RSChartPanel.TRSChartList.Items[Integer]
•TRSChartList
•RSChartPanel