Back to Devexpress

AxisTitle.Alignment Property

wpf-devexpress-dot-xpf-dot-charts-dot-axistitle.md

latest1.4 KB
Original Source

AxisTitle.Alignment Property

Gets or sets the alignment of the axis title.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public TitleAlignment Alignment { get; set; }
vb
Public Property Alignment As TitleAlignment

Property Value

TypeDescription
TitleAlignment

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

|

Available values:

NameDescription
Near

Specifies that the title is aligned near the beginning of the axis.

| | Center |

Specifies that the title is aligned to the center of the axis.

| | Far |

Specifies that the title is aligned far from the beginning of the axis.

|

See Also

AxisTitle Class

AxisTitle Members

DevExpress.Xpf.Charts Namespace