Skip to main content

VerticalPosition Enum

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

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public enum VerticalPosition

#Members

Name Description
TopOutside

The legend is positioned outside the diagram, at the top.

Top

The legend is positioned within the diagram, at the top.

Center

The legend is positioned within the diagram, at the center.

Bottom

The legend is positioned within the diagram, at the bottom.

BottomOutside

The legend is positioned outside the diagram, at the bottom.

#Passed To

You can pass VerticalPosition values to the Legend.VerticalPosition property.

#Remarks

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

See Also