Back to Devexpress

StaticCrosshairLabelPosition Class

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-4b5a3540.md

latest1.7 KB
Original Source

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

csharp
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

INotifyPropertyChanged

Inheritance

Object ChartElement CrosshairLabelPositionBase StaticCrosshairLabelPosition

See Also

StaticCrosshairLabelPosition Members

DevExpress.XamarinForms.Charts Namespace