Example: Axis (3D Graph)
Explores different axis properties and shows how they interact with each other.
Description
Use this example to determine how different axis scaling properties affect the data you are visualizing. Experiment with the AutoScale, Minimum, Maximum, Inverted, and Log properties. Also see the effects of changing the CWPlot3D.AutoScale property and calling the AutoScaleNow method. This example also explores the properties affecting the axis caption, labels, ticks, and grid.
Controls, Properties, Methods, and Events
This example demonstrates the following controls, properties, methods, and events:
Plot3DParametricSurface, Plots, Axes
Autoscale, AutoScaleNow, Minimum, Maximum, Inverted, Log, Ticks, Caption, Labels, CaptionNormal, CaptionOpposite
MajorGrid, MinorGrid, Inside, MajorTicks, MinorTicks, Normal, Opposite, Outside
Example Location
Samples\UI\3DGraph\Axis