Hide Comments
Hide Comments

TRSChartList.Remove(TRSCustomChart) Method

Comments (0)

Deletes the first reference to the Chart parameter from the Items array. Call Remove to remove a specific chart from the Items array when its index is unknown. The value returned is the index of the item in the Items array before it was removed. After an item is removed, all the items that follow it are moved up in index position and the Count is reduced by one.

If the Items array contains more than one copy of the item, only the first copy is deleted.
 

Namespace: RSChartPanel

expandingSyntax

Delphi

public
  function Remove(AChart: TRSCustomChart): Integer;
 

Parameters

AChart

Type: TRSCustomChart

Return Value

Type: Integer

expandingSee Also

Comments (0)

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