Skip to main content

WebChartControl.CrosshairOptions Property

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.v23.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public CrosshairOptions CrosshairOptions { get; }

Property Value

Type Description
CrosshairOptions

A CrosshairOptions object which represents crosshair cursor options on a diagram.

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