Class WidgetTrends.ChartData.ChartSeries
Represents a series in a chart.
Inherited Members
Namespace: DataWeb.Dashboard.Widgets
Assembly: DataWeb.Core.dll
Syntax
public class WidgetTrends.ChartData.ChartSeries
Properties
Color
Gets or sets the color of the series.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
Gets or sets the list of WidgetTrends.ChartData.ChartSeries.Item in the series.
Declaration
public List<WidgetTrends.ChartData.ChartSeries.Item> Items { get; set; }
Property Value
Type | Description |
---|---|
List<WidgetTrends.ChartData.ChartSeries.Item> |
Name
Gets or sets the name of the series.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Gets or sets the title of the series.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |