Overload List
Sends the Chart to the currently selected Printer.
public Void Print()
Sends the Chart to the currently selected Printer.
public Void Print(System.Boolean)
Prints Chart c at Rectangle (Left, Top, Width,Height).
public Void Print(Steema.TeeChart.Chart, System.Drawing.Rectangle)
Prints at Rectangle (Left, Top, Width,Height).
public Void Print(System.Drawing.Rectangle)
Remarks
This method will send the Chart to the currently selected Printer. The current Printer orientation (Portrait or Landscape) can be changed prior to printing.
See Also
Printer Class | Printer Members | Steema.TeeChart Namespace