  | ScalarSqlCountWidgetGetCounterValue Method  | 
 
            Gets counter value
            
 
    Namespace: 
   Dynamicweb.Dashboards.Widgets
    Assembly:
   Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntaxprotected override double GetCounterValue(
	IDashboard dashboard,
	string path,
	out string formattedValue
)
Protected Overrides Function GetCounterValue ( 
	dashboard As IDashboard,
	path As String,
	<OutAttribute> ByRef formattedValue As String
) As Double
Parameters
- dashboard
 - Type: Dynamicweb.DashboardsIDashboard
The dashboard - path
 - Type: SystemString
The request path - formattedValue
 - Type: SystemString
When this method returns, contains the formated string value equivalent counted value 
Return Value
Type: 
Double
See Also