DataWeb
Search Results for

    Show / Hide Table of Contents

    Class WidgetTrends.WidgetTrendsData

    Represents the data for a widget showing trends.

    Inheritance
    object
    WidgetContentData
    WidgetTrends.WidgetTrendsData
    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 WidgetTrends.WidgetTrendsData : WidgetContentData

    Properties

    ChartData

    Gets or sets the ChartData for the widget.

    Declaration
    public WidgetTrends.ChartData ChartData { get; set; }
    Property Value
    Type Description
    WidgetTrends.ChartData

    PeriodData

    Gets or sets the WidgetTrends.WidgetPeriodData for the widget.

    Declaration
    public WidgetTrends.WidgetPeriodData PeriodData { get; set; }
    Property Value
    Type Description
    WidgetTrends.WidgetPeriodData

    Title

    Gets or sets the title of the widget.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string

    TotalData

    Gets or sets the TotalData for the widget.

    Declaration
    public WidgetTrends.TotalData TotalData { get; set; }
    Property Value
    Type Description
    WidgetTrends.TotalData
    In this article
    Back to top Generated by DocFX