Skip to main content
A newer version of this page is available.
All docs
V19.1

ChartElement.VerticalContentAlignment Property

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

Namespace: DevExpress.Xpf.Charts

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

Declaration

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

Property Value

Type Description
VerticalAlignment

A VerticalAlignment enumeration value.

See Also