Class WidgetTrends.WidgetTrendsData
Represents the data for a widget showing trends.
Inherited Members
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 |