Skip to main content

TitleBase.HorizontalAlignment Property

Specifies the horizontal alignment of the title.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
[DXBrowsable(true)]
[Browsable(true)]
public HorizontalAlignment HorizontalAlignment { get; set; }

#Property Value

Type Description
HorizontalAlignment

A HorizontalAlignment enumeration value.

See Also