com.scichart.charting3d.modifiers Package : ProjectionMode Enumeration
ProjectionMode Enumeration
Defines constants for different line Projection modes
Members
MemberDescription
AngularDraws the actual 3D crosshair projection on the planes. Draws the lines from the mouse point projected on the plane to the axes.
CrosshairDraws the full crosshair as the 3D crosshair projection on the planes. Draws the vertical and horizontal line with the center in the mouse point projected on the plane
NoneCrosshair projection does not appear.
Inheritance Hierarchy

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

See Also