ConstantLineTitleAlignment Enum
In This Article
Lists the values used to specify the alignment of a constant line's title.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Near | A constant line title is aligned near the axis to which it belongs. |
Far | A constant line title is aligned far from the axis to which it belongs. |
#Passed To
You can pass ConstantLineTitleAlignment values to the ConstantLineTitle.Alignment property.
#Remarks
Values listed by the ConstantLineTitleAlignment enumeration are used to set the ConstantLineTitle.Alignment property.
See Also