Skip to main content

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

public enum LabelPositionHorizontalAlignment

Members

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

Related API Members

The following properties accept/return LabelPositionHorizontalAlignment values:

See Also