Skip to main content

StaticCrosshairLabelPosition.VerticalAlignment Property

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

public LabelPositionVerticalAlignment VerticalAlignment { get; set; }

Property Value

Type Default Description
LabelPositionVerticalAlignment 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