Skip to main content

TitleAlignment Enum

Lists the values used to specify the alignment of a title relative to its owner axis.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public enum TitleAlignment

#Members

Name Description
Near

The title is aligned near the beginning of its axis.

Center

The title is aligned to the center of its axis.

Far

The title is aligned far from the beginning of its axis.

#Passed To

You can pass TitleAlignment values to the AxisTitle.Alignment property.

#Remarks

Values listed by the TitleAlignment enumeration are used to set the AxisTitle.Alignment property.

See Also