Skip to main content

FilterSeriesTypesCollection Class

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

Namespace: DevExpress.XtraCharts.Wizard

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

NuGet Package: DevExpress.Win.Charts

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