ConstantLineTitleModel.Alignment Property
Gets or sets the value of the ConstantLineTitle.Alignment within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[DependentUpon("Visible")]
public ConstantLineTitleAlignment Alignment { get; set; }
Property Value
| Type | Description |
|---|---|
| ConstantLineTitleAlignment | The relative position of the title. |
Available values:
| Name | Description |
|---|---|
| Near | Specifies that a constant line title is aligned near to the axis which it belongs to. |
| Far | Specifies that a constant line title is aligned far from the axis which it belongs to. |
See Also