Overload List
Paints the Chart internally to calculate Chart values that would otherwise be calculated only when the Chart is actually Painted to the screen.
public Void Draw()
Paints the Chart on the Drawing Canvas g.
public Void Draw(System.Drawing.Graphics)
public Void Draw(System.Drawing.Graphics, System.Boolean)
public Void Draw(System.Drawing.Graphics, System.Drawing.Rectangle)
Paints the Chart in your preferred Canvas and region.
public Void Draw(System.Drawing.Graphics, System.Drawing.Rectangle, System.Boolean)
Remarks
Use the Draw method to paint the Chart in your preferred Drawing Canvas and region.
It can also be used to Print the Chart in a customized way.
See Also
Chart Class | Chart Members | Steema.TeeChart Namespace