Skip to main content

SeriesBase(ViewType) Constructor

Initializes a new instance of the SeriesBase class with the specified type of view used to represent this series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public SeriesBase(
    ViewType viewType
)

#Parameters

Name Type Description
viewType ViewType

A ViewType enumeration value that specifies the type of the view. A view of this type will then be assigned to the SeriesBase.View property.

#Remarks

Normally there is no need to create SeriesBase objects directly in your applications. The ChartControl object automatically instantiates this object when initializing its ChartControl.SeriesTemplate property.

See Also