DashboardItemColoringOptions.UseGlobalColors Property
Gets or sets whether the dashboard item uses a global or local color scheme.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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 |
|
| CustomDashboardItem |
|
| PieMapDashboardItem |
|
| RangeFilterDashboardItem |
|
| ScatterChartDashboardItem |
|
| TreemapDashboardItem |
|
See Also