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