| 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
)
Protected MustOverride Sub GetChartData (
selectedPeriodStart As DateTime,
selectedPeriodEnd As DateTime,
previousPeriodStart As DateTime,
previousPeriodEnd As DateTime,
<OutAttribute> ByRef selectedPeriodData As Dictionary(Of String, Double),
<OutAttribute> ByRef previousPeriodData As Dictionary(Of String, Double)
)
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