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

VerticalPosition Enum

Lists the values that specify the legend’s vertical alignment within the chart.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public enum VerticalPosition

Members

Name Description
TopOutside

The legend is positioned at the top of the diagram.

VerticalPosition_TopOutside

Top

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

VerticalPosition_Top

Center

Centers a legend vertically within the Diagram.

VerticalPosition_Center

Bottom

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

VerticalPosition_Bottom

BottomOutside

The legend is positioned at the bottom of the diagram.

VerticalPosition_BottomOutside

Related API Members

The following properties accept/return VerticalPosition values:

Remarks

The values listed by this enumeration are used to set the LegendBase.VerticalPosition property.

For more information, refer to Legends.

See Also