Back to Devexpress

SimpleSeries Class

dashboard-devexpress-dot-dashboardcommon-c613f675.md

latest2.3 KB
Original Source

SimpleSeries Class

A Simple series.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class SimpleSeries :
    ChartSeries
vb
Public Class SimpleSeries
    Inherits ChartSeries

Remarks

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.

Implements

ICustomPropertyProvider

Inheritance

Object DataItemContainer NamedDataItemContainer ChartSeries SimpleSeries

See Also

SimpleSeries Members

DevExpress.DashboardCommon Namespace