XAxis, YAxis, ZAxis Properties (Read Only)

3D Graph Control

XAxis, YAxis, ZAxis Properties (Read Only)

Syntax

CWPlot3D.XAxis

CWPlot3D.YAxis

CWPlot3D.ZAxis

Data Type

CWAxis3D

Purpose

Specifies the x-, y-, and z-axes for the plot. These are read-only properties.

Example

'Autoscale the x-axis for the plot
CWGraph3D1.Plots.Item(1).XAxis.AutoScale = True

See Also

CWAxis3D