CrosshairIndicatorElement.IndicatorPoint Property
In This Article
Returns information about an indicator point under a crosshair.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public IndicatorPoint IndicatorPoint { get; }
#Property Value
Type | Description |
---|---|
Indicator |
The indicator point an end user highlights using the Crosshair Cursor. |
See Also