Provides direct access to the charts in the list. Use Items to directly access a chart in the list. Index identifies each chart by its position in the list.
Items is the default property of TRSChartList. That means you can omit the property name. Thus, instead of writing ChartList.Items[i], you can write ChartList[i]
Namespace: FMX.RS.ChartPanel
Delphi |
public |
Parameters
Index
Type: Integer
Type: TRSCustomChart