DashboardControl.SetMasterFilter(String, AxisPointTuple) Method
In This Article
Selects required elements in the specified master filter item.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
public void SetMasterFilter(
string dashboardItemName,
AxisPointTuple tuple
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
String | A String that specifies the component name of the master filter item. |
tuple | Axis |
An Axis |
#Remarks
Note
The method fires the Invalid
See Also