Back to Devexpress

BarStyleSettings Class

dashboard-devexpress-dot-dashboardcommon-ff547867.md

latest3.2 KB
Original Source

BarStyleSettings Class

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

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class BarStyleSettings :
    ColorStyleSettings,
    IBarColorStyleSettings,
    IStyleSettings,
    IXmlSerializableElement
vb
Public Class BarStyleSettings
    Inherits ColorStyleSettings
    Implements IBarColorStyleSettings,
               IStyleSettings,
               IXmlSerializableElement

The following members return BarStyleSettings objects:

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

Object StyleSettingsBase ColorStyleSettings BarStyleSettings

See Also

BarStyleSettings Members

DevExpress.DashboardCommon Namespace