Skip to main content
A newer version of this page is available. .

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.v19.1.Web.dll

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