Click or drag to resize

ChartWidgetFetch Method

Fetches widget with data

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
public override sealed void Fetch(
	IDashboard dashboard,
	string path
)

Parameters

dashboard
Type: Dynamicweb.DashboardsIDashboard
The dashboard
path
Type: SystemString
The request path
Remarks
If InstantFetch - getting chart data with GetData(IDashboard, String) otherwise setting datasource with "/Admin/Dashboard/{dashboard.Id()}/Widget/{Id}/Data/{path}"
See Also