Skip to main content

BarStyleSettings(FormatConditionAppearanceType) Constructor

Initializes a new instance of the BarStyleSettings class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public BarStyleSettings(
    FormatConditionAppearanceType predefinedColor
)

Parameters

Name Type Description
predefinedColor FormatConditionAppearanceType

A FormatConditionAppearanceType enumeration value that specifies the predefined color.

See Also