Click or drag to resize

ThresholdCountWidgetApplyThresholdState Method

Apply thrashold states to widget

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
protected virtual string ApplyThresholdState(
	IDashboard dashboard,
	string path,
	double counterValue,
	string formattedValue
)

Parameters

dashboard
Type: Dynamicweb.DashboardsIDashboard
The dashboard
path
Type: SystemString
The request path
counterValue
Type: SystemDouble
The request path
formattedValue
Type: SystemString
The formated string value equivalent counter value

Return Value

Type: String
See Also