Skip to main content

CrosshairIndicatorLegendElement.IndicatorPoint Property

Returns the indicator point that the Crosshair Cursor highlights.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public IndicatorPoint IndicatorPoint { get; }

Property Value

Type Description
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 Legend.

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

See Also