Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

StaticCrosshairLabelPosition Class

Defines the fixed position for a crosshair label.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public class StaticCrosshairLabelPosition :
    CrosshairLabelPositionBase

Remarks

Assign the StaticCrosshairLabelPosition object to the CrosshairHintBehavior.LabelPosition property if you want to fix a crosshair label on the chart. To adjust the label position, use the HorizontalAlignment and VerticalAlignment properties.

StaticCrosshairLabel

Inheritance

See Also