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

FilterSeriesTypesCollection Class

Represents a collection of view types to be hidden on the Chart Wizard.

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

public class FilterSeriesTypesCollection :
    CollectionBase

The following members return FilterSeriesTypesCollection objects:

Remarks

The collection of hidden view types tabs can be accessed via the ChartWizard.FilterSeriesTypes property of a ChartWizard object.

Inheritance

Object
CollectionBase
FilterSeriesTypesCollection
See Also