Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
public enum ConstantLineTitleAlignment

#Members

Name Description
Near

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

ConstantLineTitleAlignment.Near

Far

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

ConstantLineTitleAlignment.Far

#Related API Members

The following properties accept/return ConstantLineTitleAlignment values:

#Remarks

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

See Also