StaticCrosshairLabelPosition.VerticalAlignment Property
In This Article
Gets or sets the vertical alignment of a crosshair label. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public LabelPositionVerticalAlignment VerticalAlignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Label |
Top | 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