Skip to main content

SimpleSeries(Measure, SimpleSeriesType) Constructor

Initializes a new instance of the SimpleSeries class with the specified series type and measure used to provide data.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public SimpleSeries(
    Measure value,
    SimpleSeriesType seriesType
)

Parameters

Name Type Description
value Measure

A Measure object that provides data used to calculate the Y-coordinate of the data points. This object is assigned to the SimpleSeries.Value property.

seriesType SimpleSeriesType

A SimpleSeriesType enumeration member that specifies the series type. This value is assigned to the SimpleSeries.SeriesType property.

See Also