CWCursor3D
The CWCursor3D object displays a crosshair on a CWGraph3D to mark a specific point or region on the graph or highlight data programmatically. CWCursor properties define the position and appearance of the cursor. The cursor position corresponds to the coordinate space of the associated plot or to the CWGraph3D.PlotTemplate if the cursor is not associated with a specific plot.
To interact with the cursors while the program is running, set the TrackMode property to cwG3DTrackZoomPanRotate or cwG3DTrackCursors.
Properties
Column | Specifies the column index of the plot data point that the cursor is snapped to. |
Enabled | Specifies if you can drag the cursor. |
Font | Specifies the font for the cursor text. |
LineColor | Specifies the color of the cursor lines. |
LineStyle | Specifies the style of the cursor lines. |
LineWidth | Specifies the width of the cursor lines. |
Name | Specifies the name of the cursor. |
NameVisible | Specifies if the plot name is draw next to the cursor. |
PlaneColor | Specifies the color of the cursor planes. |
PlaneTransparency | Specifies the transparency of the cursor planes. |
Plot | Specifies the plot that the cursor is snapped to. |
PointColor | Specifies the color of the cursor point. |
PointSize | Specifies the size of the cursor point. |
PointStyle | Specifies the style of the cursor point. |
PositionVisible | Specifies if the cursor position is displayed next to the cursor. |
Row | Specifies the row index of the plot data point that the cursor is snapped to. |
SnapMode | Specifies if the cursor can be dragged and how it snaps to the plot data. |
TextBackColor | Specifies the color to paint behind the cursor text. |
TextBackgroundTransparency | Specifies how transparent to paint a box behind the cursor text. |
TextColor | Specifies the color of the cursor text. |
Visible | Specifies if the cursor is visible. |
XPosition, YPosition, ZPosition | Specifies the position of the cursor. |
XYPlaneVisible, XZPlaneVisible, YZPlaneVisible | Specifies if the cursor planes are visible. |
Methods
SetColor | Sets the line, plane, point, and text colors of the cursor. |
SetPosition | Sets the x, y, and z position of the cursor. |