Example: Axis (3D Graph)

3D Graph Control

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:

CWGraph3D

Plot3DParametricSurface, Plots, Axes

CWPlot3D

AutoScale

CWAxis3D

Autoscale, AutoScaleNow, Minimum, Maximum, Inverted, Log, Ticks, Caption, Labels, CaptionNormal, CaptionOpposite

CWTicks3D

MajorGrid, MinorGrid, Inside, MajorTicks, MinorTicks, Normal, Opposite, Outside

Example Location

Samples\UI\3DGraph\Axis