Introduction - If you have any usage issues, please Google them yourself
The control can perform the following functions:
Axis customization, including customizable font, colors, and titles.
Plot a large number of points and updating one or more plots on the graph with new data, replacing the old plot with the new plot.
Plot the multiple elements with individual properties such as line and point color, line width, and point size.
Lighting
Plot styles: {0 (Lines) 1 (Points) 2 (LinePoint) 3 (Surface)}
By setting the Projection property you should be able to change the viewing to: (0) Perspective (in which objects that are closer appear larger), and (1) Orthographic (in which the sizes and angles between objects are maintained no matter what their distance from the viewer).
By setting the TrackMode property you should be able to do: (1) Zooming, (2) Rotation, and (3) Panning at runtime.