Back to Devexpress

LegendBase.VerticalPosition Property

wpf-devexpress-dot-xpf-dot-charts-dot-legendbase-b915150e.md

latest2.5 KB
Original Source

LegendBase.VerticalPosition Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public VerticalPosition VerticalPosition { get; set; }
vb
Public Property VerticalPosition As VerticalPosition

Property Value

TypeDescription
VerticalPosition

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

|

Available values:

NameDescription
TopOutside

The legend is positioned at the top of the diagram.

| | Top |

The legend is positioned level with the top of the Diagram.

| | Center |

Centers a legend vertically within the Diagram.

| | Bottom |

The legend is positioned level with the bottom of the Diagram.

| | BottomOutside |

The legend is positioned at the bottom of the diagram.

|

Remarks

To specify the legend’s horizontal position, use the LegendBase.HorizontalPosition property.

See Also

HorizontalPosition

Legends

LegendBase Class

LegendBase Members

DevExpress.Xpf.Charts Namespace