Skip to main content
All docs
V20.1

BarStyleSettings.PredefinedColor Property

Gets or sets the predefined color used to color bars.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(FormatConditionAppearanceType.None)]
public FormatConditionAppearanceType PredefinedColor { get; set; }

Property Value

Type Default Description
FormatConditionAppearanceType None

A FormatConditionAppearanceType enumeration value that specifies the predefined color.

Property Paths

You can access this nested property as listed below:

Object Type Path to PredefinedColor
FormatConditionBar
.NegativeStyleSettings .PredefinedColor
See Also