ProjectionMode Enumeration
Defines constants for different line Projection modes
Members
Member | Description |
---|---|
Angular | Draws the actual 3D crosshair projection on the planes. Draws the lines from the mouse point projected on the plane to the axes. |
Crosshair | Draws 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 |
None | Crosshair projection does not appear. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.scichart.charting3d.modifiers.ProjectionMode
See Also