Class WidgetTrends.WidgetPeriodData
Represents the period data for a widget.
Inherited Members
Namespace: DataWeb.Dashboard.Widgets
Assembly: DataWeb.Core.dll
Syntax
public class WidgetTrends.WidgetPeriodData
Properties
AggregationMode
Gets or sets the AggregationMode for the period data (e.g., Hour, Day, Month, Year).
Declaration
public WidgetTrends.AggregationMode AggregationMode { get; set; }
Property Value
Type | Description |
---|---|
WidgetTrends.AggregationMode |
DateEnd
Gets or sets the end date of the period data.
Declaration
public DateTime DateEnd { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
DateStart
Gets or sets the start date of the period data.
Declaration
public DateTime DateStart { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Description
Gets or sets the description of the period data.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Mode
Gets or sets the mode of the period data (e.g., Today, CurrentWeek, etc.).
Declaration
public string Mode { get; set; }
Property Value
Type | Description |
---|---|
string |