Click or drag to resize

InsightWidgetBaseGetChartData Method

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
protected abstract void GetChartData(
	DateTime selectedPeriodStart,
	DateTime selectedPeriodEnd,
	DateTime previousPeriodStart,
	DateTime previousPeriodEnd,
	out Dictionary<string, double> selectedPeriodData,
	out Dictionary<string, double> previousPeriodData
)

Parameters

selectedPeriodStart
Type: SystemDateTime
selectedPeriodEnd
Type: SystemDateTime
previousPeriodStart
Type: SystemDateTime
previousPeriodEnd
Type: SystemDateTime
selectedPeriodData
Type: System.Collections.GenericDictionaryString, Double
previousPeriodData
Type: System.Collections.GenericDictionaryString, Double
See Also