Back to Devexpress

IDashboardControl.DashboardItemElementCustomColor Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-437d8da6.md

latest2.2 KB
Original Source

IDashboardControl.DashboardItemElementCustomColor Event

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

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event DashboardItemElementCustomColorEventHandler DashboardItemElementCustomColor
vb
Event DashboardItemElementCustomColor As DashboardItemElementCustomColorEventHandler

Event Data

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

PropertyDescription
ColorGets or sets the color of the dashboard item element.
DashboardItemNameGets the component name of the dashboard item for which the event was raised.
DataGets multidimensional data displayed in the dashboard item.
MeasuresGets measures corresponding to the current dashboard item element.
TargetElementGets the axis point tuple corresponding to the current dashboard item element.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace