ChartPageTab Enum
Lists the values that specify tabs on the Chart 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 |
---|---|
General
|
Identifies the General tab on the Chart wizard page. |
Border
|
Identifies the Border tab on the Chart wizard page. |
Padding
|
Identifies the Padding tab on the Chart wizard page. |
EmptyChartText
|
Identifies the Emty Chart Text tab on the Chart wizard page. |
SmallChartText
|
Identifies the Small Chart Text tab on the Chart wizard page. |
Remarks
Values listed by the ChartPageTab enumeration are used to manipulate the WizardChartPage.HiddenPageTabs collection via the ChartPageTabCollection.Add, ChartPageTabCollection.AddRange and ChartPageTabCollection.Remove methods.