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

FormatConditionBar(FormatConditionAppearanceType, FormatConditionAppearanceType) Constructor

Initializes a new instance of the FormatConditionBar class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public FormatConditionBar(
    FormatConditionAppearanceType barColor,
    FormatConditionAppearanceType negativeBarColor
)

Parameters

Name Type Description
barColor FormatConditionAppearanceType

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

negativeBarColor FormatConditionAppearanceType

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

See Also