FormatConditionRangeBase.SetValues(ICollection) Method
Specifies boundary values for the current format condition.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
values | ICollection | A collection of boundary values. |
Remarks
Note that the number of values passed to the SetValues method should be equal to number of ranges in the FormatConditionRangeBase.RangeSet. Calling this method initializes the RangeInfo.Value properties exposed by the RangeInfo objects contained in the FormatConditionRangeBase.RangeSet.
See Also