Class WidgetTrends.TotalData
Represents the total data for a widget.
Inherited Members
Namespace: DataWeb.Dashboard.Widgets
Assembly: DataWeb.Core.dll
Syntax
public class WidgetTrends.TotalData
Properties
Items
Gets or sets the list of WidgetTrends.TotalData.TotalItem.
Declaration
public List<WidgetTrends.TotalData.TotalItem> Items { get; set; }
Property Value
Type | Description |
---|---|
List<WidgetTrends.TotalData.TotalItem> |