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

DiagramPageTab Enum

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

Namespace: DevExpress.XtraCharts.Wizard

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

Declaration

public enum DiagramPageTab

Members

Name Description
XYDiagramGeneral

Identifies the General tab on the Diagram wizard page, which is available when the current chart diagram’s type is XYDiagram.

XYDiagramAppearance

Obsolete. Identifies the Appearance tab on the Diagram wizard page, which is available when the current chart diagram’s type is XYDiagram.

XYDiagramBackground

Obsolete. Identifies the Background tab on the Diagram wizard page, which is available when the current chart diagram’s type is XYDiagram.

XYDiagramBorder

Obsolete. Identifies the Border tab on the Diagram wizard page, which is available when the current chart diagram’s type is XYDiagram.

XYDiagramShadow

Obsolete. Identifies the Shadow tab on the Diagram wizard page, which is available when the current chart diagram’s type is XYDiagram.

XYDiagramElements

Identifies the Elements tab on the Diagram wizard page, which is available when the current chart diagram’s type is XYDiagram.

SimpleDiagramGeneral

Identifies the General tab on the Diagram wizard page, which is available when the current chart diagram’s type is SimpleDiagram.

XYDiagram3DGeneral

Identifies the General tab on the Diagram wizard page, which is available when the current chart diagram’s type is XYDiagram3D.

XYDiagram3DRotate

Identifies the Rotate tab on the Diagram wizard page, which is available when the current chart diagram’s type is XYDiagram3D.

XYDiagram3DScrollingZooming

Identifies the Scroll & Zoom tab on the Diagram wizard page, which is available when the current chart diagram’s type is XYDiagram3D.

XYDiagramScrollingZooming

Identifies the Scroll & Zoom tab on the Diagram wizard page, which is available when the current chart diagram’s type is XYDiagram.

XYDiagram3DBackground

Identifies the Background tab on the Diagram wizard page, which is available when the current chart diagram’s type is XYDiagram3D.

SimpleDiagram3DGeneral

Identifies the General tab on the Diagram wizard page, which is available when the current chart diagram’s type is SimpleDiagram3D.

SimpleDiagram3DRotate

Identifies the Rotation tab on the Diagram wizard page, which is available when the current chart diagram’s type is SimpleDiagram3D.

SimpleDiagram3DScrollingZooming

Identifies the Scroll & Zoom tab on the Diagram wizard page, which is available when the current chart diagram’s type is SimpleDiagram3D.

RadarDiagramGeneral

Identifies the General tab on the Diagram wizard page, which is available when the current chart diagram’s type is RadarDiagram.

RadarDiagramAppearance

Identifies the Appearance tab on the Diagram wizard page, which is available when the current chart diagram’s type is RadarDiagram.

RadarDiagramBorder

Identifies the Border tab on the Diagram wizard page, which is available when the current chart diagram’s type is RadarDiagram.

RadarDiagramShadow

Identifies the Shadow tab on the Diagram wizard page, which is available when the current chart diagram’s type is RadarDiagram.

Remarks

Values listed by the DiagramPageTab enumeration are used to manipulate the WizardDiagramPage.HiddenPageTabs collection via the DiagramPageTabCollection.Add, DiagramPageTabCollection.AddRange and DiagramPageTabCollection.Remove methods.

See Also