Skip to main content
A newer version of this page is available. .

IDashboardControl.SetMasterFilter(String, AxisPointTuple) Method

Selects required elements in the specified master filter item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

void SetMasterFilter(
    string dashboardItemName,
    AxisPointTuple tuple
)

Parameters

Name Type Description
dashboardItemName String

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

tuple AxisPointTuple

An AxisPointTuple object that identifies a master filter element.

See Also