Inserts a chart into the list at a specified position. Call Insert to insert a chart into the list. AChart is the chart to insert, and Index indicates the position (zero-offset) where the chart should be added.
The order of the charts in the list matters. For the chart panel, the chart at Index 0 is drawn first, and then every chart is drawn over it. For the chart axis, the first chart defines the labels.
Namespace: RSChartPanel
Delphi |
public |
Parameters
Index
Type: Integer
AChart
Type: TRSCustomChart