Skip to main content
A newer version of this page is available. .

RankType Enum

A rank type of the RankCalculation.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public enum RankType

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