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

LegendModel.AlignmentVertical Property

Gets or sets the value of the Legend.AlignmentVertical within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
LegendAlignmentVertical

The vertical alignment of the legend.

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AlignmentVertical property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also