Skip to main content

AxisTitle.Alignment Property

Gets or sets the alignment of the axis title.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public TitleAlignment Alignment { get; set; }

#Property Value

Type Description
TitleAlignment

A TitleAlignment enumeration value which specifies the alignment of the axis title.

See Also