PaneTitle.Alignment Property
Gets or sets the value that defines how to align the pane title.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(StringAlignmentTypeConvertor))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public StringAlignment Alignment { get; set; }
Property Value
Type | Description |
---|---|
StringAlignment | The pane title alignment. |
Remarks
The pane title can be aligned as follows:
Value | Example |
---|---|
Alignment = Near | |
Alignment = Center | |
Alignment = Far |
See Also