ShiftGroupSorting Enumeration |
Indicates whether and how to sort the values in the shift column group.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum ShiftGroupSorting
Members Member name | Value | Description |
---|
None | 0 | No sorting. |
ByPropertiesDescending | 1 | Sorting by properties, (first property, then second property), descending. |
ByPropertiesAscending | 2 | Sorting by properties, (first property, then second property), ascending. |
ByShiftValueDescending | 3 | Sorting by shift values, descending. |
ByShiftValueAscending | 4 | Sorting by shift values, ascending. |
See Also