Skip to main content
A newer version of this page is available. .

CrosshairIndicatorElement.IndicatorPoint Property

Returns information about an indicator point under a crosshair.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public IndicatorPoint IndicatorPoint { get; }

Property Value

Type Description
IndicatorPoint

The indicator point an end user highlights using the Crosshair Cursor.

See Also