CrosshairIndicatorElement.IndicatorPoint Property
Returns the indicator point that the Crosshair Cursor highlights.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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 Label.
Refer to the Crosshair Cursor topic for information about the Crosshair Cursor.
See Also