QueryCursorEventArgs Class
Provides data for the QueryCursor event.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.UI.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Remarks
The ChartControl.QueryCursor event occurs when there is a request to display the cursor.
The QueryCursorEventArgs class introduces the QueryCursorEventArgs.Cursor and QueryCursorEventArgs.CursorType properties, which allow you to provide custom cursors for your chart.
Note that QueryCursorEventArgs objects are automatically created, initialized and passed to ChartControl.QueryCursor event handlers.
See Also