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
public enum ConstantLineTitleAlignment
Members
Name | Description |
---|---|
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. |
Related API Members
The following properties accept/return ConstantLineTitleAlignment values:
Remarks
Use this enumeration’s values to set the ConstantLineTitle.Alignment property.
See Also