Skip to main content

Legend.HorizontalPosition Property

Gets or sets the legend's horizontal position within the chart area.

Namespace: DevExpress.Xpf.Charts

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

Declaration

[XtraSerializableProperty]
public HorizontalPosition HorizontalPosition { get; set; }
<XtraSerializableProperty>
Public Property HorizontalPosition As HorizontalPosition

Property Value

Type Description
HorizontalPosition

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

Remarks

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

See Also