Skip to main content

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

public enum LabelPositionVerticalAlignment

Members

Name Description
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.

Related API Members

The following properties accept/return LabelPositionVerticalAlignment values:

See Also