Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCharting > RSChartPanel > Classes > TRSChartList > Methods

TRSChartList.Add(TRSCustomChart) Method

Scroll Prev Top Next More

Adds a chart to the list. Call Add to add a chart to the list. The Add method returns the Index where the new Item is located.

If you add a chart to the TRSCustomChartPanel.Charts list, the chart's Panel property is changed to the panel and it is displayed. If you add a chart to a TRSChartAxis.Charts list, the chart's HorizontalAxis or VerticalAxis is assigned to that chart axis.

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

Parameters

AChart

Type: TRSCustomChart

Return Value

Type: Integer

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb