Overload List

public abstract Void Line(System.Double, System.Double, System.Double, System.Double)
public abstract Void Line(System.Int32, System.Int32, System.Int32, System.Int32)
protected abstract Void Line(Steema.TeeChart.Drawing.ChartPen, System.Drawing.Point, System.Drawing.Point)

Draws a Line between point p0 and point p1 with Z offset.

public Void Line(System.Drawing.Point, System.Drawing.Point, System.Int32)

Draws a Line between PointDouble p0 and PointDouble p1.

public Void Line(Steema.TeeChart.Drawing.PointDouble, Steema.TeeChart.Drawing.PointDouble)

Draws a Line between point p0 and point p1.

public Void Line(System.Drawing.Point, System.Drawing.Point)

Draws a Line between co-ordinates with different start/end z depth offset.

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

Draws a Line between co-ordinates with z depth offset.

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

Remarks


Draws a line between end co-ordinates using current Pen.

See Also

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