Back to Devexpress

WebChartControl.CrosshairOptions Property

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-2e912f91.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public CrosshairOptions CrosshairOptions { get; }
vb
Public ReadOnly Property CrosshairOptions As CrosshairOptions

Property Value

TypeDescription
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

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace