Back to Devexpress

CrosshairIndicatorElement Class

wpf-devexpress-dot-xpf-dot-charts-9c207987.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[NonCategorized]
public class CrosshairIndicatorElement :
    CrosshairElementBase
vb
<NonCategorized>
Public Class CrosshairIndicatorElement
    Inherits 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

CrosshairIndicatorElement Members

DevExpress.Xpf.Charts Namespace