RangeFilterDashboardItem.SetMinMaxValues(Object, Object) Method
Sets the selection to the specified range of values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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