Class WidgetTrends.ChartData
Represents the data for a chart.
Inherited Members
Namespace: DataWeb.Dashboard.Widgets
Assembly: DataWeb.Core.dll
Syntax
public class WidgetTrends.ChartData
Properties
LabelX
Gets or sets the label for the X-axis of the chart.
Declaration
public string LabelX { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LabelY
Gets or sets the label for the Y-axis of the chart.
Declaration
public string LabelY { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Series
Gets or sets the WidgetTrends.ChartData.ChartSeries in the chart.
Declaration
public List<WidgetTrends.ChartData.ChartSeries> Series { get; set; }
Property Value
| Type | Description |
|---|---|
| List<WidgetTrends.ChartData.ChartSeries> |
Type
Gets or sets the type of the chart.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |