Back to Devexpress

LabelPositionVerticalAlignment Enum

maui-devexpress-dot-maui-dot-charts-04b3b36c.md

latest1.2 KB
Original Source

LabelPositionVerticalAlignment Enum

Lists values that indicate the vertical alignment of a crosshair Label.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public enum LabelPositionVerticalAlignment

Members

NameDescription
Center

A crosshair label is vertically centered within the chart.

| | Bottom |

A crosshair label is aligned to the bottom edge of the chart.

| | Top |

A crosshair label is aligned to the top edge of the chart.

|

The following properties accept/return LabelPositionVerticalAlignment values:

Extension Methods

Yield<LabelPositionVerticalAlignment>()

YieldIfNotNull<LabelPositionVerticalAlignment>()

See Also

DevExpress.Maui.Charts Namespace