Back to Devexpress

StaticCrosshairLabelPosition Class

maui-devexpress-dot-maui-dot-charts-d7184eb2.md

latest2.1 KB
Original Source

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

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

IElementController

INotifyPropertyChanged

Inheritance

System.Object BindableObject Element ChartElementBase ChartElement CrosshairLabelPositionBase StaticCrosshairLabelPosition

Extension Methods

Yield<StaticCrosshairLabelPosition>()

YieldIfNotNull<StaticCrosshairLabelPosition>()

See Also

StaticCrosshairLabelPosition Members

DevExpress.Maui.Charts Namespace