TCustom3DSeries.AddXYZ

TCustom3DSeries.AddXYZ
TCustom3DSeries

function AddXYZ(Const AX, AY, AZ: TChartValue): Integer; overload;

Unit
TeeSurfa

Description
Used by TSurfaceSeries, TPoint3DSeries and TContourSeries components.

The AddXYZ method adds a new point to the Surface Series.
You can also use the Surface OnGetYValue
event to supply Y values for a given pair of X,Z values.
Specific colors can be assigned to each Surface polygon by using the AColor parameter.

The AX, AY and AZ parameters can be integer or floating point values.