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

RankCalculation Class

A rank calculation that is used to compute rankings for the specified measure across a window.

Namespace: DevExpress.DashboardCommon

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

Declaration

public class RankCalculation :
    BaseCalculation<RankCalculation>

Remarks

To apply a calculation to values of the required measure, perform the following steps.

To learn more, see Window Calculations.

Inheritance

Object
DevExpress.DashboardCommon.Native.ClonableModelBase<MeasureCalculation>
MeasureCalculation
DevExpress.DashboardCommon.Native.BaseCalculation<RankCalculation>
RankCalculation
See Also