dashboard-devexpress-dot-dashboardcommon-c613f675.md
A Simple series.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class SimpleSeries :
ChartSeries
Public Class SimpleSeries
Inherits ChartSeries
A Simple series presents regular two-dimensional data, in which each data point corresponds to one argument value and one Y-axis value.
Simple series can be plotted in various ways: area, line or bar charts, etc. To specify how to plot a simple series, use the SimpleSeries.SeriesType property.
A Simple series requires one measure to calculate the Y-coordinates of data points. Use the SimpleSeries.Value property to specify this measure.
To plot a series within the ChartDashboardItem, add the SimpleSeries object to the ChartPane.Series collection of a pane where you need to display this series. To access a desired pane, use the ChartDashboardItem.Panes property.
Object DataItemContainer NamedDataItemContainer ChartSeries SimpleSeries
See Also