Skip to main content

CrosshairIndicatorElement.IndicatorPoint Property

Returns information about an indicator point under a crosshair.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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