Skip to main content
A newer version of this page is available. .

Chart3DControl.CrosshairOptions Property

Gets or sets options that allow you to specify the Crosshair Cursor’s position, appearance and behavior.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public Crosshair3DOptions CrosshairOptions { get; set; }

Property Value

Type Description
Crosshair3DOptions

Options that allow you to specify the Crosshair Cursor’s position, appearance and behavior.

See Also