Skip to main content

FormatConditionTopBottom(Decimal, DashboardFormatConditionTopBottomType) Constructor

Initializes a new instance of the FormatConditionTopBottom class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public FormatConditionTopBottom(
    decimal rank,
    DashboardFormatConditionTopBottomType topBottom
)

Parameters

Name Type Description
rank Decimal

A Decimal value that specifies a rank value.

topBottom DashboardFormatConditionTopBottomType

A DashboardFormatConditionTopBottomType value that specifies whether to apply formatting to top or bottom values.

See Also