CoordinateSystem Property

3D Graph Control

CoordinateSystem Property

Syntax

CWPlot3D.CoordinateSystem

Data Type

CWCoordinateSystems

You can use the following constants with this data type:

  • cwCartesian–Cartesian
  • cwCylindrical–Cylindrical
  • cwSpherical–Spherical

Purpose

Specifies the coordinate system of the plot.

Example

'Plot the data using a spherical coordinate system
CWGraph3D1.Plots.Item(1).CoordinateSystem = cwSpherical