ProjectionMode Enumeration
Defines constants for different line Projection modes CrosshairMode.Lines.
Syntax
public enum ProjectionMode : System.Enum
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
System.Object
System.ValueType
System.Enum
SciChart.Charting3D.Modifiers.Tooltip3D.ProjectionMode
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also