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