Skip to main content

RangeFilterDashboardItem.SetMinMaxValues(Object, Object) Method

Sets the selection to the specified range of values.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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