SeriesPageTab Enum
Lists the values that specify tabs on the Series page of the Chart Wizard.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
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.