DataPageTab Enum
Lists the values that specify tabs on the Data 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 |
---|---|
Points
|
Identifies the Points tab on the Data wizard page. |
SeriesBinding
|
Identifies the Series Binding tab on the Data wizard page. |
AutoCreatedSeries
|
Identifies the Auto-created Series tab on the Data wizard page. |
PivotGridOptions
|
Identifies the Pivot Grid Options tab on the Data wizard page. This tab becomes available after assigning a PivotGridControl instance to the ChartControl.DataSource property. |
Remarks
Values listed by the DataPageTab enumeration are used to manipulate the WizardDataPage.HiddenPageTabs collection via the DataPageTabCollection.Add, DataPageTabCollection.AddRange and DataPageTabCollection.Remove methods.