Skip to main content

DashboardViewer.SetMasterFilter(String, IEnumerable<AxisPointTuple>) Method

Selects the required elements in the specified master filter item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

#Declaration

public void SetMasterFilter(
    string dashboardItemName,
    IEnumerable<AxisPointTuple> tuples
)

#Parameters

Name Type Description
dashboardItemName String

A String that specifies the component name of the master filter item.

tuples IEnumerable<AxisPointTuple>

A list of AxisPointTuple objects used to identify master filter elements.

#Remarks

Note

The method fires the InvalidOperationException if master filtering is disabled in the specified dashboard item (the MasterFilterMode property is set to None). The exception message text is a localizable string which can be obtained by the MessageInteractivityOperationNotAvailable identifier.

See Also