Skip to main content

DashboardItemColoringOptions.UseGlobalColors Property

Gets or sets whether the dashboard item uses a global or local color scheme.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(true)]
public bool UseGlobalColors { get; set; }

Property Value

Type Default Description
Boolean true

true, if the dashboard item uses a global color scheme; otherwise, the dashboard item uses a local color scheme.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseGlobalColors
ChartDashboardItemBase
.ColoringOptions .UseGlobalColors
CustomDashboardItem
.ColoringOptions .UseGlobalColors
PieMapDashboardItem
.ColoringOptions .UseGlobalColors
RangeFilterDashboardItem
.ColoringOptions .UseGlobalColors
ScatterChartDashboardItem
.ColoringOptions .UseGlobalColors
TreemapDashboardItem
.ColoringOptions .UseGlobalColors
See Also