DataWeb
Search Results for

    Show / Hide Table of Contents

    Class WidgetSettings

    Represents the settings for a widget.

    Inheritance
    object
    WidgetSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX