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.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | The view type group name. |
viewTypes | List<ViewType> | The list of ViewType values. |
See Also