Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

HorizontalPosition Enum

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public enum HorizontalPosition

#Members

Name Description
LeftOutside

The legend is positioned to the left of the diagram.

HorizontalPosition_LeftOutside

Left

The legend is positioned on the left side of the Diagram.

HorizontalPosition_Left

Center

Centers a legend horizontally within the Diagram.

HorizontalPosition_Center

Right

The legend is positioned on the right side of the Diagram.

HorizontalPosition_Right

RightOutside

The legend is positioned to the right of the diagram.

HorizontalPosition_RightOutside

#Related API Members

The following properties accept/return HorizontalPosition values:

#Remarks

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

For more information, refer to Legends.

See Also