PaneTitle.Alignment Property
In This Article
Gets or sets the pane title alignment.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
public StringAlignment Alignment { get; set; }
#Property Value
Type | Description |
---|---|
String |
The pane title alignment. |
#Remarks
You can align the pane title as follows:
Value | Example |
---|---|
Alignment = Near | ![]() |
Alignment = Center | ![]() |
Alignment = Far | ![]() |
Note
Use the PaneAlignment
to set the title’s alignment in non-Windows environments.
See Also