Back to Devexpress

LabelPositionVerticalAlignment Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-190a1400.md

latest1.1 KB
Original Source

LabelPositionVerticalAlignment Enum

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

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.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:

See Also

DevExpress.XamarinForms.Charts Namespace