Back to Devexpress

PaneTitle.Alignment Property

corelibraries-devexpress-dot-xtracharts-dot-panetitle-5f20fe49.md

latest1.6 KB
Original Source

PaneTitle.Alignment Property

Gets or sets the pane title alignment.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public StringAlignment Alignment { get; set; }
vb
<Browsable(False)>
Public Property Alignment As StringAlignment

Property Value

TypeDescription
StringAlignment

The pane title alignment.

|

Remarks

You can align the pane title as follows:

ValueExample
Alignment = Near
Alignment = Center
Alignment = Far

Note

Use the PaneTitle.DXAlignment property instead of Alignment to set the title’s alignment in non-Windows environments.

See Also

PaneTitle Class

PaneTitle Members

DevExpress.XtraCharts Namespace