Skip to main content
A newer version of this page is available. .

SimpleSeries(SimpleSeriesType) Constructor

Initializes a new instance of the SimpleSeries class with the specified series type.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public SimpleSeries(
    SimpleSeriesType seriesType
)

Parameters

Name Type Description
seriesType SimpleSeriesType

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

See Also