Skip to main content

BarStyleSettings Class

Contains style settings used to change colors of bars used in conditional formatting.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.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:

You can pass the BarStyleSettings class objects to the following members for different bar format conditions.

Inheritance

See Also