Back to Devexpress

DashboardControl.SetMasterFilter(String, AxisPointTuple) Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-setmasterfilter-x28-system-dot-string-devexpress-dot-dashboardcommon-dot-viewerdata-dot-axispointtuple-x29.md

latest2.4 KB
Original Source

DashboardControl.SetMasterFilter(String, AxisPointTuple) Method

Selects required elements in the specified master filter item.

Namespace : DevExpress.DashboardWpf

Assembly : DevExpress.Dashboard.v25.2.Wpf.dll

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public void SetMasterFilter(
    string dashboardItemName,
    AxisPointTuple tuple
)
vb
Public Sub SetMasterFilter(
    dashboardItemName As String,
    tuple As AxisPointTuple
)

Parameters

NameTypeDescription
dashboardItemNameString

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

| | tuple | AxisPointTuple |

An AxisPointTuple object that identifies a master filter element.

|

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 is The required action is not currently available for this dashboard item.

See Also

SetRange

ClearMasterFilter(String)

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace