Skip to main content

CrosshairIndicatorElement Class

The Crosshair Cursor‘s element that shows information about the indicator in the Crosshair Label.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

[NonCategorized]
public class CrosshairIndicatorElement :
    CrosshairElementBase

Remarks

The Crosshair Cursor displays data using a label when the ContentShowMode (CrosshairContentShowMode) property is set to Label.

Use the CrosshairIndicatorElement class to configure indicator element appearance using the CustomDrawCrosshair event.

Inheritance

Object
CrosshairElementBase
CrosshairIndicatorElement
See Also