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

RangeFilterDashboardItem.SetMinMaxValues(Object, Object) Method

Sets the selection to the specified range of values.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public void SetMinMaxValues(
    object newMin,
    object newMax
)

Parameters

Name Type Description
newMin Object

Specifies the minimum value in the selected range.

newMax Object

Specifies the maximum value in the selected range.

See Also