StaticCrosshairLabelPosition.VerticalAlignment Property
In This Article
Gets or sets the vertical alignment of a crosshair label.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public LabelPositionVerticalAlignment VerticalAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Label |
A value that defines a crosshair label’s vertical alignment. |
Available values:
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. |
See Also