Back to Devexpress

VerticalPosition Enum

wpf-devexpress-dot-xpf-dot-charts-00ba3248.md

latest2.2 KB
Original Source

VerticalPosition Enum

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum VerticalPosition
vb
Public Enum VerticalPosition

Members

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.

|

The following properties accept/return VerticalPosition values:

Remarks

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

For more information, refer to Legends.

See Also

Legends

DevExpress.Xpf.Charts Namespace