Skip to main content

TitleBase.VerticalAlignment Property

Specifies the vertical alignment of the title.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

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

Property Value

Type Description
VerticalAlignment

A VerticalAlignment enumeration value.

See Also