RankType Enum
A rank type of the RankCalculation.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
Unique
|
Identifies the unique ranking. |
Competition
|
Identifies the competition ranking. |
Dense
|
Identifies the dense ranking. |
Modified
|
Identifies the modified competition ranking. |
Percentile
|
Identifies the percentile ranking. |
Remarks
Values listed in this enumeration are used to set the RankCalculation.RankType property.
See Also