Enum CrosshairMode
Defines constants for different cursor modes. See com.scichart.charting3d.modifiers.TooltipModifier3D
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum CrosshairMode extends Enum<CrosshairMode>
Fields
| Name | Description |
|---|---|
| Lines | Crosshair appears at the cursor point, consisting of the three lines which protrude from the corresponding walls of the viewport box. |
| None | Crosshair does not appear. |
| Planes | Crosshair appears at the cursor point, consisting of two intersecting planes. |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |