Skip to main content
A newer version of this page is available. .

StaticCrosshairLabelPosition Class

Defines the fixed position for a crosshair label.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.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
Xamarin.Forms.BindableObject
ChartElement
CrosshairLabelPositionBase
StaticCrosshairLabelPosition
See Also