constants CoordEnum
The CoordEnum type defines the type of coordinates the elements of the surface supports. The Coord property specifies the type of coordinates the elements of the surface display in. The CoordEnum type supports the following values:

NameValueDescription
exDefCoord0 The positive coordinates are shown right-down to origin of the surface. The following screen shot shows the surface using default coordinates:

exCartesian1 The elements show in Cartesian coordinates. The positive coordinates are shown right-up to origin of the surface. The following screen shot shows the surface using Cartesian coordinates:

exAllowPositiveOnly16 Only the positive panel of the surface is shown. The exAllowPositiveOnly flag can be combined with exDefCoord or exCartesian value. For instance, the exCartesian + exAllowPositiveOnly indicates that surface displays only the positive coordinates in Cartesian system.