Skip to main content

FormatConditionRangeBase.SetValues(ICollection) Method

Specifies boundary values for the current format condition.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void SetValues(
    ICollection values
)

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