Skip to main content

ConstantLineTitle.Alignment Property

Gets or sets the alignment of the constant line's title. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public ConstantLineTitleAlignment Alignment { get; set; }

#Property Value

Type Description
ConstantLineTitleAlignment

A ConstantLineTitleAlignment enumeration value which specifies the alignment of the constant line title.

See Also