Skip to main content

ViewTypeGroup(String, List<ViewType>) Constructor

Creates a new instance of ViewTypeGroup with the specified name and list of view types.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public ViewTypeGroup(
    string name,
    List<ViewType> viewTypes
)

Parameters

Name Type Description
name String

The view type group name.

viewTypes List<ViewType>

The list of ViewType values.

See Also