A newer version of this page is available.
Switch to the current version.
ChartControlSettings.CrosshairOptions Property
Gets the settings for a crosshair cursor allowing you to specify its position and appearance on a diagram.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v18.2.dll
Declaration
public CrosshairOptions CrosshairOptions { get; }
Public ReadOnly Property CrosshairOptions As CrosshairOptions
Property Value
Type | Description |
---|---|
CrosshairOptions | A CrosshairOptions object descendant which represents crosshair cursor options on a diagram. |
Remarks
Before using the CrosshairOptions property, ensure the ChartControlSettings.CrosshairEnabled property is set to true.
See Also
Feedback