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
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