Skip to main content

DashboardItemMouseHitTestEventArgs.GetMeasures() Method

Gets a list of measures corresponding to the visual element located under the test point.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public IList<MeasureDescriptor> GetMeasures()

Returns

Type Description
IList<MeasureDescriptor>

A list of MeasureDescriptor objects that contain the measure metadata.

See Also