DashboardItemMouseHitTestEventArgs.GetMeasures() Method
In This Article
Gets a list of measures corresponding to the visual element located under the test point.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public IList<MeasureDescriptor> GetMeasures()
#Returns
Type | Description |
---|---|
IList<Measure |
A list of Measure |
See Also