Back to Devexpress

ConstantLineTitleModel.Alignment Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-constantlinetitlemodel.md

latest2.0 KB
Original Source

ConstantLineTitleModel.Alignment Property

Gets or sets the value of the ConstantLineTitle.Alignment within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
[DependentUpon("Visible")]
public ConstantLineTitleAlignment Alignment { get; set; }
vb
<PropertyForOptions>
<DependentUpon("Visible")>
Public Property Alignment As ConstantLineTitleAlignment

Property Value

TypeDescription
ConstantLineTitleAlignment

The relative position of the title.

|

Available values:

NameDescription
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

ConstantLineTitleModel Class

ConstantLineTitleModel Members

DevExpress.XtraCharts.Designer Namespace