Skip to main content
All docs
V20.1

ChartElement.VerticalContentAlignment Property

Gets or sets the vertical alignment of the element’s content.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public VerticalAlignment VerticalContentAlignment { get; set; }

Property Value

Type Description
VerticalAlignment

A VerticalAlignment enumeration value.

See Also