Back to Devexpress

Chart3DControl.CrosshairOptions Property

wpf-devexpress-dot-xpf-dot-charts-dot-chart3dcontrol-be06aa29.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public Crosshair3DOptions CrosshairOptions { get; set; }
vb
Public Property CrosshairOptions As Crosshair3DOptions

Property Value

TypeDescription
Crosshair3DOptions

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

|

See Also

Chart3DControl Class

Chart3DControl Members

DevExpress.Xpf.Charts Namespace