Skip to main content

IDashboardControl.SetMasterFilterAsync Method

Name Parameters Description
SetMasterFilterAsync(String, AxisPointTuple, CancellationToken) dashboardItemName, tuple, token Selects the specified elements in the specified master filter item.
SetMasterFilterAsync(String, AxisPointTuple) dashboardItemName, tuple Selects the specified elements in the specified master filter item.
SetMasterFilterAsync(String, IEnumerable<DashboardDataRow>, CancellationToken) dashboardItemName, values, token Selects the specified elements in the specified master filter item.
SetMasterFilterAsync(String, IEnumerable<DashboardDataRow>) dashboardItemName, values Selects the specified elements in the specified master filter item.
SetMasterFilterAsync(String, IEnumerable<AxisPointTuple>, CancellationToken) dashboardItemName, tuples, token Selects the specified elements in the specified master filter item.
SetMasterFilterAsync(String, IEnumerable<AxisPointTuple>) dashboardItemName, tuples Selects the specified elements in the specified master filter item.
SetMasterFilterAsync(String, Object, CancellationToken) dashboardItemName, values, token Selects the specified elements in the specified master filter item.
SetMasterFilterAsync(String, Object) dashboardItemName, values Selects the specified elements in the specified master filter item.