Class WidgetGoalTrends.GoalData
Represents the goal data for a widget.
Inherited Members
Namespace: DataWeb.Dashboard.Widgets
Assembly: DataWeb.Core.dll
Syntax
public class WidgetGoalTrends.GoalData
Properties
ChartData
Gets or sets the ChartData.
Declaration
public WidgetTrends.ChartData ChartData { get; set; }
Property Value
Type | Description |
---|---|
WidgetTrends.ChartData |
TotalData
Gets or sets the TotalData.
Declaration
public WidgetTrends.TotalData TotalData { get; set; }
Property Value
Type | Description |
---|---|
WidgetTrends.TotalData |