Example: Region of Interest (3D Graph)

3D Graph Control

Example: Region of Interest (3D Graph)

Uses plot events to select a region of interest on a plot.

Description

Click and drag across the plot in the left graph. Notice that the graph on the right displays the selected region of interest. This example uses the PlotMouseDown event to mark one corner of the region of interest, and the PlotMouseMove and PlotMouseUp events to mark the other corner of the region of interest.

Controls, Properties, Methods, and Events

This example demonstrates the following controls, properties, methods, and events:

CWGraph3D

TrackMode, PlotMouseDown, Plot3DSimpleSurface

CWAxis3D

Minimum, Maximum

CWPlot3D

ClearData, ColorMapStyle

Example Location

Samples\UI\3DGraph\Region of Interest