Class WidgetTrends.TotalData.TotalItem
Represents an item in the total data.
Inherited Members
Namespace: DataWeb.Dashboard.Widgets
Assembly: DataWeb.Core.dll
Syntax
public class WidgetTrends.TotalData.TotalItem
Properties
Title
Gets or sets the title of the total item.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Gets or sets the value of the total item.
Declaration
public decimal Value { get; set; }
Property Value
Type | Description |
---|---|
decimal |