Skip to main content

FormatConditionBar(Color, Color) Constructor

Initializes a new instance of the FormatConditionBar class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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