| 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
)
Protected Overridable Function ApplyThresholdState (
dashboard As IDashboard,
path As String,
counterValue As Double,
formattedValue As String
) As String
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:
StringSee Also