Skip to main content

FormatConditionBar(Color, Color) Constructor

Initializes a new instance of the FormatConditionBar class.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public FormatConditionBar(
    Color barColor,
    Color negativeBarColor
)

Parameters

Name Type Description
barColor Color

A Color value that specifies the color of positive data bars.

negativeBarColor Color

A Color value that specifies the color of negative data bars.

See Also