Hide Comments
Hide Comments

Comments (0)

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: RSChartPanel

expandingSyntax

Delphi

public
  property Items[Index: Integer]: TRSCustomChart read GetItems write SetItems; default;
 

Parameters

Index

Type: Integer

Property Value

Type: TRSCustomChart

expandingSee Also

Comments (0)

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