VerticalPosition Enum
In This Article
Lists the values that specify the legend's vertical alignment within the chart.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Top |
The legend is positioned outside the diagram, at the top. |
Top | The legend is positioned within the diagram, at the top. |
Center | The legend is positioned within the diagram, at the center. |
Bottom | The legend is positioned within the diagram, at the bottom. |
Bottom |
The legend is positioned outside the diagram, at the bottom. |
#Passed To
You can pass VerticalPosition values to the Legend.VerticalPosition property.
#Remarks
The values listed by this enumeration are used to set the Legend.VerticalPosition property.
See Also