Skip to main content
A newer version of this page is available. .

DashboardItemColoringOptions.UseGlobalColors Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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
ChartDashboardItem
.ColoringOptions .UseGlobalColors
ChartDashboardItemBase
.ColoringOptions .UseGlobalColors
CustomDashboardItem
.ColoringOptions .UseGlobalColors
PieDashboardItem
.ColoringOptions .UseGlobalColors
PieMapDashboardItem
.ColoringOptions .UseGlobalColors
RangeFilterDashboardItem
.ColoringOptions .UseGlobalColors
ScatterChartDashboardItem
.ColoringOptions .UseGlobalColors
TreemapDashboardItem
.ColoringOptions .UseGlobalColors
See Also