DashboardDesigner.SetMasterFilter Method
Name | Parameters | Description |
---|---|---|
SetMasterFilter(String, AxisPointTuple) | dashboardItemName, tuple | Selects required elements in the specified master filter item. |
SetMasterFilter(String, IEnumerable<DashboardDataRow>) | dashboardItemName, values | Selects required elements in the specified master filter item. |
SetMasterFilter(String, IEnumerable<AxisPointTuple>) | dashboardItemName, tuples | Selects the required elements in the specified master filter item. |
SetMasterFilter(String, Object) | dashboardItemName, values | Selects required elements by their values in the specified master filter item. |
Feedback