DashboardItemMouseHitTestEventArgs.GetMeasures() Method
Gets a list of measures corresponding to the visual element located under the test point.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v25.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Returns
| Type | Description |
|---|---|
| IList<MeasureDescriptor> | A list of MeasureDescriptor objects that contain the measure metadata. |
See Also