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

RankCalculation.RankType Property

Gets or sets the ranking type of the current RankCalculation.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[DefaultValue(RankType.Competition)]
public RankType RankType { get; set; }

Property Value

Type Default Description
RankType **Competition**

A RankType enumeration value that specifies the ranking type.

Available values:

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.

See Also