Class WidgetSettings
Represents the settings for a widget.
Inherited Members
Namespace: DataWeb.Dashboard
Assembly: DataWeb.Core.dll
Syntax
public class WidgetSettings
Properties
ChartType
Gets or sets the chart type for the widget.
Declaration
public string ChartType { get; set; }
Property Value
Type | Description |
---|---|
string |
Entries
Gets or sets the entries for the widget.
Declaration
public Dictionary<string, object> Entries { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, object> |
GoalCategory
Gets or sets the category of the goal for the widget.
Declaration
public string GoalCategory { get; set; }
Property Value
Type | Description |
---|---|
string |
GoalColor
Gets or sets the color of the goal for the widget.
Declaration
public string GoalColor { get; set; }
Property Value
Type | Description |
---|---|
string |
GoalName
Gets or sets the name of the goal for the widget.
Declaration
public string GoalName { get; set; }
Property Value
Type | Description |
---|---|
string |