Back to Devexpress

AnnotationHorizontalAlignment Enum

wpf-devexpress-dot-xpf-dot-charts-819aff36.md

latest1.2 KB
Original Source

AnnotationHorizontalAlignment Enum

Lists the values used to specify the annotation horizontal alignment.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum AnnotationHorizontalAlignment
vb
Public Enum AnnotationHorizontalAlignment

Members

NameDescription
Left

The annotation is aligned to the left edge of a parent element.

| | Center |

The annotation is aligned to the center of the horizontal within a parent element.

| | Right |

The annotation is aligned to the right edge of a parent element.

|

The following properties accept/return AnnotationHorizontalAlignment values:

See Also

DevExpress.Xpf.Charts Namespace