Overload List
Sets the value of PenPos to x and y co-ordinates before calling LineTo.
public override Void MoveTo(System.Int32, System.Int32)
Remarks
Use MoveTo to set the value of PenPos before calling LineTo.
Example
[C#]
tChart1.Graphics3D.MoveTo(150,180);
tChart1.Graphics3D.LineTo(250, 250);
See Also
Graphics3DGdiPlus Class | Graphics3DGdiPlus Members | Steema.TeeChart.Drawing Namespace