Skip to main content

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

NuGet Package: 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