Skip to main content
All docs
V25.1
  • IDashboardControl.DashboardItemElementCustomColor Event

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

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.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