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:
TrackMode, PlotMouseDown, Plot3DSimpleSurface
Example Location
Samples\UI\3DGraph\Region of Interest