Back to Devexpress

StaticCrosshairLabelPosition.VerticalAlignment Property

maui-devexpress-dot-maui-dot-charts-dot-staticcrosshairlabelposition-79897e9b.md

latest1.3 KB
Original Source

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

csharp
public LabelPositionVerticalAlignment VerticalAlignment { get; set; }

Property Value

TypeDefaultDescription
LabelPositionVerticalAlignmentTop

A value that defines a crosshair label’s vertical alignment.

|

Available values:

NameDescription
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

StaticCrosshairLabelPosition Class

StaticCrosshairLabelPosition Members

DevExpress.Maui.Charts Namespace