BarStyleSettings Class
Contains style settings used to change colors of bars used in conditional formatting.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
public class BarStyleSettings :
ColorStyleSettings,
IBarColorStyleSettings,
IStyleSettings,
IXmlSerializableElement
Remarks
You can specify appearance settings in the following ways:
- To use the predefined color, specify the PredefinedColor property.
- To use the custom color, set the PredefinedColor to Custom and specify the Color property.
You can pass the BarStyleSettings class objects to the following members for different bar format conditions.
- FormatConditionBar - Assign the BarStyleSettings class object to the FormatConditionBar.StyleSettings or FormatConditionBar.NegativeStyleSettings properties that are used to specify bar style settings.
- FormatConditionColorRangeBar - Assign the BarStyleSettings class object to the RangeInfo.StyleSettings property.
- FormatConditionGradientRangeBar - Pass the BarStyleSettings class objects to the FormatConditionGradientRangeBar constructor.
Inheritance
Object
StyleSettingsBase
ColorStyleSettings
BarStyleSettings
See Also