CWCursor3D

3D Graph Control

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

ColumnSpecifies the column index of the plot data point that the cursor is snapped to.
EnabledSpecifies if you can drag the cursor.
FontSpecifies the font for the cursor text.
LineColorSpecifies the color of the cursor lines.
LineStyleSpecifies the style of the cursor lines.
LineWidthSpecifies the width of the cursor lines.
NameSpecifies the name of the cursor.
NameVisibleSpecifies if the plot name is draw next to the cursor.
PlaneColorSpecifies the color of the cursor planes.
PlaneTransparencySpecifies the transparency of the cursor planes.
PlotSpecifies the plot that the cursor is snapped to.
PointColorSpecifies the color of the cursor point.
PointSizeSpecifies the size of the cursor point.
PointStyleSpecifies the style of the cursor point.
PositionVisibleSpecifies if the cursor position is displayed next to the cursor.
RowSpecifies the row index of the plot data point that the cursor is snapped to.
SnapModeSpecifies if the cursor can be dragged and how it snaps to the plot data.
TextBackColorSpecifies the color to paint behind the cursor text.
TextBackgroundTransparencySpecifies how transparent to paint a box behind the cursor text.
TextColorSpecifies the color of the cursor text.
VisibleSpecifies if the cursor is visible.
XPosition, YPosition, ZPositionSpecifies the position of the cursor.
XYPlaneVisible, XZPlaneVisible, YZPlaneVisibleSpecifies if the cursor planes are visible.

Methods

SetColorSets the line, plane, point, and text colors of the cursor.
SetPositionSets the x, y, and z position of the cursor.