Hide Comments
Hide Comments

TRSChartList.Insert(Integer,TRSCustomChart) Method

Comments (0)

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

expandingSyntax

Delphi

public
  procedure Insert(Index: Integer; AChart: TRSCustomChart);
 

Parameters

Index

Type: Integer

AChart

Type: TRSCustomChart

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb