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

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.v18.2.dll

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