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

IDashboardControl.DashboardItemElementCustomColor Event

Allows you to color the required dashboard item elements using the specified colors.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

event DashboardItemElementCustomColorEventHandler DashboardItemElementCustomColor

Event Data

The DashboardItemElementCustomColor event's data class is DashboardItemElementCustomColorEventArgs. The following properties provide information specific to this event:

Property Description
Color Gets or sets the color of the dashboard item element.
DashboardItemName Gets the component name of the dashboard item for which the event was raised.
Data Gets multidimensional data displayed in the dashboard item.
Measures Gets measures corresponding to the current dashboard item element.
TargetElement Gets the axis point tuple corresponding to the current dashboard item element.
See Also