Overload List

Draws a line from the present PenPos to the new co-ordinates.

public override Void LineTo(System.Int32, System.Int32)

Remarks


Will draw a line from the present PenPos (see MoveTo.) to the new co-ordinates. The Line method has 4 overloads to facilitate the setting of the end co-ordinate using Point p or int x, int y, both with or without a z parameter.

Example


[C#]
// Draws a line with no z offset;
tChart1.Graphics3D.MoveTo(150,180);
tChart1.Graphics3D.LineTo(250, 250);

See Also

Graphics3DGdiPlus Class | Graphics3DGdiPlus Members | Steema.TeeChart.Drawing Namespace