Overload List

Paints the image at x,y coordinates.

public override Void Draw(System.Int32, System.Int32, System.Drawing.Image)
public override Void Draw(System.Drawing.Rectangle, System.Drawing.Rectangle, System.Drawing.Image, System.Int32)

Paints the image in rectangle r.

public override Void Draw(System.Drawing.Rectangle, System.Drawing.Rectangle, System.Drawing.Image, System.Boolean)

Remarks


Use the Draw method to paint the Chart in your preferred Canvas and region.

It can also be used to PrintChart the Chart in a customized way.

See Also

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