Skip to main content
A newer version of this page is available. .

ConstantLineTitleModel.Alignment Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

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