corelibraries-devexpress-dot-xtracharts-7ae74692.md
Contains settings that define how to draw a crosshair cursor on a chart.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class CrosshairOptions :
ChartElement,
ICrosshairOptions,
IXtraSupportCreateContentPropertyValue
Public Class CrosshairOptions
Inherits ChartElement
Implements ICrosshairOptions,
IXtraSupportCreateContentPropertyValue
The following members return CrosshairOptions objects:
| Library | Related API Members |
|---|---|
| WinForms Controls | ChartControl.CrosshairOptions |
| ASP.NET MVC Extensions | ChartControlSettings.CrosshairOptions |
| ASP.NET Web Forms Controls | WebChartControl.CrosshairOptions |
Use the ChartControl.CrosshairOptions (WebChartControl.CrosshairOptions) property to get access to the CrosshairOptions object.
For more information on how to customize the crosshair cursor, see the Crosshair Cursor topic.
Object ChartElement CrosshairOptions
See Also