Skip to main content

SeriesPageTab Enum

Lists the values that specify tabs on the Series page of the Chart Wizard.

Namespace: DevExpress.XtraCharts.Wizard

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

NuGet Package: DevExpress.Win.Charts

Declaration

public enum SeriesPageTab

Members

Name Description
SeriesOptions

Identifies the Series Options tab on the Series wizard page.

TopNOptions

Identifies the Top N Options tab on the Series wizard page.

PointOptions

Obsolete. Identifies the Point Options tab on the Series wizard page.

LegendPointOptions

Obsolete. Identifies the Legend Point Options tab on the Series wizard page.

LegendTextPattern

Identifies the Legend Text Pattern tab on the Series wizard page.

General

Identifies the General tab on the Series wizard page.

Remarks

Values listed by the SeriesPageTab enumeration are used to manipulate the WizardSeriesPage.HiddenPageTabs collection via the SeriesPageTabCollection.Add, SeriesPageTabCollection.AddRange and SeriesPageTabCollection.Remove methods.

See Also