Skip to main content

HorizontalPosition Enum

Lists the values that specify the legend’s horizontal 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 HorizontalPosition

Members

Name Description
LeftOutside

The legend is positioned to the left of the Chart area.

Left

The legend is positioned on the left side of the chart area.

Center

Centers a legend horizontally within the chart area.

Right

The legend is positioned on the right side of the Chart Area.

RightOutside

The legend is positioned to the right of the Chart area.

Related API Members

The following properties accept/return HorizontalPosition values:

Remarks

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

For more information, refer to Legend.

See Also