Skip to main content
All docs
V18.2

ASPxClientDashboardItemElementCustomColorEventArgs.GetTargetElement() Method

Gets the axis point tuple that corresponds to the current dashboard item element.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public ASPxClientDashboardItemDataAxisPointTuple GetTargetElement()

Returns

Type Description
ASPxClientDashboardItemDataAxisPointTuple

An ASPxClientDashboardItemDataAxisPointTuple object that is the axis point tuple.

See Also