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

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

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