ICanvas.LineTo3D
ICanvas
procedure LineTo3D(X, Y, Z: Integer);
Type Library
TeeChartx
Description
Use LineTo3D to draw a line from the current Pen position up to, but not including the point (X,Y,Z). LineTo3D changes the value of Pen position to (X,Y,Z).
The line is drawn using the current IPen.