Back to Devexpress

CrosshairIndicatorElement.IndicatorPoint Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairindicatorelement.md

latest1.9 KB
Original Source

CrosshairIndicatorElement.IndicatorPoint Property

Returns the indicator point that the Crosshair Cursor highlights.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public IndicatorPoint IndicatorPoint { get; }
vb
Public ReadOnly Property IndicatorPoint As IndicatorPoint

Property Value

TypeDescription
IndicatorPoint

The indicator point.

|

Remarks

Use the IndicatorPoint property to access the indicator point parameters when you handle the ChartControl.CustomDrawCrosshair event to customize the crosshair cursor.

The crosshair cursor shows its content in the legend when the CrosshairOptions.ContentShowMode property is set to Label.

Refer to the Crosshair Cursor topic for information about the Crosshair Cursor.

See Also

CrosshairIndicatorElement Class

CrosshairIndicatorElement Members

DevExpress.XtraCharts Namespace