IPoint3DSeries
Hierarchy Properties Methods

Type Library
TeeChartx

Description
Follow this link for a visual representation of this Series type.

This new Series is very similar to a PointSeries, adding Z values for each point:

TChart1.Series(0).AddXYZ 123, 456, 789 , "Hello", vbRed

Unlike Surface or Contour Series, the Point3D Series does not impose any limit on the X,Y,Z coordinates or number of points. Think as it is the same as a normal Point Series, with each point located inside the chart axes in a different XYZ position.