Skip to main content

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

Object
BindableObject
Element
DevExpress.Maui.Core.Internal.DXElementBaseCore
ChartElement
CrosshairLabelPositionBase
StaticCrosshairLabelPosition
See Also