Skip to main content

AnnotationPageTab Enum

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

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public enum AnnotationPageTab

Members

Name Description
General

Identifies the General tab on the Annotations wizard page.

AnchorPoint

Identifies the Anchor Point tab on the Annotations wizard page.

ShapePosition

Identifies the Shape Position tab on the Annotations wizard page.

Content

Identifies the Content tab on the Annotations wizard page.

Padding

Identifies the Padding tab on the Annotations wizard page.

Appearance

Identifies the Appearance tab on the Annotations wizard page.

Border

Identifies the Border tab on the Annotations wizard page.

Shadow

Identifies the Shadow tab on the Annotations wizard page.

Remarks

Values listed by the AnnotationPageTab enumeration are used to manipulate the WizardAnnotationPage.HiddenPageTabs collection via the AnnotationPageTabCollection.Add, AnnotationPageTabCollection.AddRange and AnnotationPageTabCollection.Remove methods.

See Also