Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCharting > RSChartPanel > Delegates

TValuesSortCompare Delegate

Scroll Prev Top Next More

Defines the method signature for a value comparison event handler, which compares two values of a TRSChartValues collection. The List parameter contains the TRSChartValues, and the Index1 and Index2 parameters specify the values to compare.

alert_noteNotes to Implementers

The List parameter specifies the collection being sorted and the Index1 and Index2 parameters specify the indices being compared. The function should return -1 if Items[Index1] is supposed to be less than Items[Index2], 0 if equal, and 1 if Items[Index1] is greater than Items[Index2].

Namespace: RSChartPanel

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb