Skip to main content

VerticalPosition Enum

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

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public enum VerticalPosition

Members

Name Description
TopOutside

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

Top

The legend is positioned level with the top of the Chart Area.

Center

Centers a legend vertically within the Chart Area.

Bottom

The legend is positioned level with the bottom of the Chart Area.

BottomOutside

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

Related API Members

The following properties accept/return VerticalPosition values:

Remarks

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

For more information, refer to Legend.

See Also