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

LegendPageTab Enum

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

Namespace: DevExpress.XtraCharts.Wizard

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

Declaration

public enum LegendPageTab

Members

Name Description
General

Identifies the General tab on the Legend wizard page.

Appearance

Identifies the Appearance tab on the Legend wizard page.

Interior

Identifies the Interior tab on the Legend wizard page.

Marker

Identifies the Marker tab on the Legend wizard page.

Text

Identifies the Text tab on the Legend wizard page.

Background

Identifies the Background tab on the Legend wizard page.

Border

Identifies the Border tab on the Legend wizard page.

Shadow

Identifies the Shadow tab on the Legend wizard page.

Remarks

Values listed by the LegendPageTab enumeration are used to manipulate the WizardLegendPage.HiddenPageTabs collection via the LegendPageTabCollection.Add, LegendPageTabCollection.AddRange and LegendPageTabCollection.Remove methods.

See Also