Class WidgetTrends.ChartData.ChartSeries.Item
Represents an item in a chart series.
Inherited Members
Namespace: DataWeb.Dashboard.Widgets
Assembly: DataWeb.Core.dll
Syntax
public class WidgetTrends.ChartData.ChartSeries.Item
Properties
Title
Gets or sets the title of the item.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Gets or sets the value of the item.
Declaration
public decimal? Value { get; set; }
Property Value
Type | Description |
---|---|
decimal? |