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.
Implements
Inheritance
Object
ChartElement
CrosshairLabelPositionBase
StaticCrosshairLabelPosition
See Also