DataWeb
Search Results for

    Show / Hide Table of Contents

    Class WidgetGoalTrends.GoalData

    Represents the goal data for a widget.

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