Back to Devexpress

LabelPositionHorizontalAlignment Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-28890f6b.md

latest1.1 KB
Original Source

LabelPositionHorizontalAlignment Enum

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

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public enum LabelPositionHorizontalAlignment

Members

NameDescription
Center

A crosshair label is horizontally centered within the chart.

| | Left |

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

| | Right |

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

|

The following properties accept/return LabelPositionHorizontalAlignment values:

See Also

DevExpress.XamarinForms.Charts Namespace