ChartControlSettings.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.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CrosshairOptions CrosshairOptions { get; }
#Property Value
Type | Description |
---|---|
Crosshair |
A Crosshair |
#Remarks
Before using the CrosshairOptions property, ensure the ChartControlSettings.CrosshairEnabled property is set to true.
See Also