Click or drag to resize

ThresholdCountWidgetIsValueFollowThresholdCondition Method

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
protected virtual bool IsValueFollowThresholdCondition(
	double counterValue,
	string thresholdCondition,
	double thresholdValue
)

Parameters

counterValue
Type: SystemDouble
thresholdCondition
Type: SystemString
thresholdValue
Type: SystemDouble

Return Value

Type: Boolean
See Also