Skip to main content

FilterSeriesTypesCollection.Remove(ViewType) Method

Removes the series view of the specified type from the collection of hidden series views.

Namespace: DevExpress.XtraCharts.Wizard

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

NuGet Package: DevExpress.Win.Charts

Declaration

public void Remove(
    ViewType viewType
)

Parameters

Name Type Description
viewType ViewType

A ViewType enumeration value, specifying the type of page tab to be removed from the collection.

Remarks

Note that calling the Remove method also disposes all elements removed from the collection.

See Also