Back to Devexpress

ConstantLineTitleAlignment Enum

maui-devexpress-dot-maui-dot-charts-d2a22ed3.md

latest1.5 KB
Original Source

ConstantLineTitleAlignment Enum

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

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.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.

Extension Methods

Yield<ConstantLineTitleAlignment>()

YieldIfNotNull<ConstantLineTitleAlignment>()

See Also

DevExpress.Maui.Charts Namespace