PaneTitle.Alignment Property
Gets or sets the pane title alignment.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
StringAlignment | The pane title alignment. |
Remarks
You can align the pane title as follows:
Value | Example |
---|---|
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