Back to Devexpress

ConstantLineTitleAlignment Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-daf90e65.md

latest1.4 KB
Original Source

ConstantLineTitleAlignment Enum

Lists values used to specify the alignment of the constant line title relative to the corresponding axis.

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public enum ConstantLineTitleAlignment

Members

NameDescription
Near

The title is aligned near to the axis to which the constant line belongs.

| | Far |

The title is aligned far from the axis to which the constant line belongs.

|

The following properties accept/return ConstantLineTitleAlignment values:

Remarks

Use this enumeration’s values to set the ConstantLineTitle.Alignment property.

See Also

DevExpress.XamarinForms.Charts Namespace