Skip to main content
A newer version of this page is available.
All docs
V19.1

BarStyleSettings.PredefinedColor Property

Gets or sets the predefined color used to color bars.

Namespace: DevExpress.DashboardCommon

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

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