Skip to main content

FilterSeriesTypesCollection.AddRange(ViewType[]) Method

Appends an array of series views of the specified type to the current collection of hidden series views.

Namespace: DevExpress.XtraCharts.Wizard

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

NuGet Package: DevExpress.Win.Charts

Declaration

public void AddRange(
    ViewType[] viewTypes
)

Parameters

Name Type Description
viewTypes ViewType[]

An array of ViewType enumeration values, which specify series views to append to the collection.

Remarks

The series views added to this collection will be hidden in the Chart Wizard.

See Also