Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public CrosshairOptions CrosshairOptions { get; }

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