Returns axis point tuples identifying elements that can be selected in the current state of the master filter item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
public IList<AxisPointTuple> GetAvailableFilterValues(
string dashboardItemName
)
Public Function GetAvailableFilterValues(
dashboardItemName As String
) As IList(Of AxisPointTuple)
Type | Name | Description |
---|---|---|
String | dashboardItemName | A String that is the component name of the master filter item. |
Type | Description |
---|---|
IList<AxisPointTuple> | A list of AxisPointTuple objects identifying elements that can be selected in the current state of the master filter item. |