TitleBase.VerticalAlignment Property
In This Article
Specifies the vertical alignment of the title.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[Browsable(true)]
[XtraSerializableProperty]
[DXBrowsable(true)]
public VerticalAlignment VerticalAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
See Also