Contains settings that define how to draw a crosshair cursor within a 3D chart.
Namespace:DevExpress.Xpf.Charts
Assembly:DevExpress.Xpf.Charts.v19.2.dll

Syntax
C# |
public class Crosshair3DOptions : CrosshairOptionsBase
|
VB |
Public Class Crosshair3DOptions Inherits CrosshairOptionsBase
|

Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
ChartDependencyObject
CrosshairOptionsBase
Crosshair3DOptions

See Also