Overload List

Sets the value of PenPos to x and y co-ordinates before calling LineTo.

public abstract Void MoveTo(System.Int32, System.Int32)

Sets the value of PenPos to Point p before calling LineTo.

public Void MoveTo(System.Drawing.Point)

Sets the value of PenPos to x, y and z co-ordinates before calling LineTo.

public abstract Void MoveTo(System.Int32, System.Int32, System.Int32)

Sets the value of PenPos to Point p with z depth offset before calling LineTo.

public abstract Void MoveTo(System.Drawing.Point, System.Int32)

Sets the value of PenPos to 3D Point p before calling LineTo.

public abstract Void MoveTo(Steema.TeeChart.Drawing.Point3D)

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

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