StaticCrosshairLabelPosition.VerticalAlignment Property
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
public LabelPositionVerticalAlignment VerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
LabelPositionVerticalAlignment | 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