Compares two charts values by their SortByDimension and returns -1 if Index1 < Index2, 0 if equal, and 1 if Index1 > Index2.
Used to Sort the chart values
Namespace: FMX.RS.ChartPanel
Delphi |
function CompareChartValues(List: TRSChartValues; Index1, Index2: Integer): Integer; |
Parameters
List
Type: TRSChartValues
Index1
Type: Integer
Index2
Type: Integer
Type: Integer