StaticCrosshairLabelPosition Class
In This Article
Defines the fixed position for a crosshair label.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
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.
#Inheritance
System.Object
BindableObject
Element
ChartElementBase
ChartElement
CrosshairLabelPositionBase
StaticCrosshairLabelPosition
#Extension Methods
See Also