com.scichart.charting3d.modifiers Package : CrosshairMode Enumeration
CrosshairMode Enumeration
Defines constants for different cursor modes. See TooltipModifier3D
Members
MemberDescription
LinesCrosshair appears at the cursor point, consisting of the three lines which protrude from the corresponding walls of the viewport box.
NoneCrosshair does not appear.
PlanesCrosshair appears at the cursor point, consisting of two intersecting planes.
Inheritance Hierarchy

java.lang.Object
   java.lang.Enum
      com.scichart.charting3d.modifiers.CrosshairMode

See Also