VerticalPosition Enum
Lists the values that specify the legend’s vertical alignment within the chart.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v23.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Members
Name | Description |
---|---|
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. |
Related API Members
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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the VerticalPosition enum.
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.