Skip to main content
A newer version of this page is available.
All docs
V19.1

Legend.HorizontalPosition Property

Gets or sets the legend’s horizontal position within the chart control.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public HorizontalPosition HorizontalPosition { get; set; }

Property Value

Type Description
HorizontalPosition

A HorizontalPosition enumeration member which specifies the legend’s horizontal position within the chart control.

Available values:

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

Remarks

To specify the legend’s vertical position use the Legend.VerticalPosition property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the HorizontalPosition property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also