Skip to main content
A newer version of this page is available. .
All docs
V21.2

LegendBaseModel.AlignmentVertical Property

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public LegendAlignmentVertical AlignmentVertical { get; set; }

Property Value

Type
LegendAlignmentVertical

Available values:

Name Description
TopOutside

The legend is positioned at the top of the Chart control.

LegendAlgnVert_TopOutside

Top

The legend is positioned level with the top of the Diagram.

LegendAlgnVert_Top

Center

The legend is centered vertically.

LegendAlgnVert_Center

Bottom

The legend is positioned level with the bottom of the Diagram.

LegendAlgnVert_Bottom

BottomOutside

The legend is positioned at the bottom of the Chart control.

LegendAlgnVert_BottomOutsid

See Also