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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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