DashboardItemColoringOptions Class
Contains dashboard item coloring options.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v26.1.Core.dll
Declaration
Remarks
The dashboard provides two ways to color dashboard item elements.
- Global Color Scheme
- Provides consistent colors for identical values across the dashboard. To access the dashboard color scheme, use the Dashboard.ColorScheme property.
- Local Color Scheme
- Provides an independent set of colors for each dashboard item. For instance, the Chart and Pie dashboard items provide the ChartDashboardItemBase.ColorScheme property to access a local color scheme.
Dashboard items that support coloring expose the ColoringOptions property. Use this property to access coloring options. The DashboardItemColoringOptions.UseGlobalColors property allows you to specify whether the dashboard item uses a global or local color scheme.
Inheritance
Object
DashboardItemColoringOptions
See Also