WebChartControl.CrosshairOptions Property
In This Article
Gets the settings for a crosshair cursor allowing you to specify its position and appearance on a diagram.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
public CrosshairOptions CrosshairOptions { get; }
#Property Value
Type | Description |
---|---|
Crosshair |
A Crosshair |
#Remarks
Before using the CrosshairOptions property, make sure the WebChartControl.CrosshairEnabled property is set to true.
To learn more on a crosshair cursor, see the Crosshair Cursor topic.
See Also