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

DataPageTab Enum

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

Namespace: DevExpress.XtraCharts.Wizard

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

Declaration

public enum DataPageTab

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DataPageTab enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also