Hide Comments
Hide Comments

TRSChartValues.IndexOf(TRSChartValueType,Integer) Method

Comments (0)

Returns the Index of the Item that contains the Value parameter (or close to the Value parameter) for the specifed Dimension. If the Collection is sorted by the specified Dimension, IndexOf calls the  FindClosest method. However, if the collection is not sorted or not sorted by the specified Dimension, the method iterates through the collection looking for a value that is approximately equal to the specified Value.

Namespace: FMX.RS.ChartPanel

expandingSyntax

Delphi

public 
  function IndexOf( Value: TRSChartValueType; Dimension: Integer = 0 ): Integer; 
 

Parameters

Value

Type: TRSChartValueType

Dimension

Type: Integer

Return Value

Type: Integer

expandingSee Also

Comments (0)

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