FormatConditionBar(FormatConditionAppearanceType, FormatConditionAppearanceType) Constructor
Initializes a new instance of the FormatConditionBar class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
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