Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations
TSortOrder Enumeration
Defines the sorting order for values
Namespace: RSChartConsts
Delphi
type TSortOrder = (soAscending, soDescending);
Name
Description
soAscending
Represents constant soAscending.
soDescending
Represents constant soDescending.
Top
•RSChartConsts