IDashboardControl.GetAvailableFilterValuesAsync(String) Method
Gets the data (axis point tuples) that identifies selectable elements in the current state of the master filter item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
dashboardItemName | String | A String that is the component name of the master filter item. |
Returns
Type | Description |
---|---|
Task<IList<AxisPointTuple>> | The task object that is the asynchronous operation to get a list of AxisPointTuple objects. |
See Also