Skip to main content

Legend.VerticalPosition Property

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

Namespace: DevExpress.Xpf.Charts

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

Declaration

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

Property Value

Type Description
VerticalPosition

A VerticalPosition enumeration member which specifies the legend's vertical position within the chart control.

Remarks

To specify the legend's horizontal position use the Legend.HorizontalPosition property.

See Also