HOWTO: Print the Contents of the MS Chart ControlLast reviewed: May 20, 1997Article ID: Q168749 |
The information in this article applies to:
SUMMARYIn Microsoft Visual Basic version 5.0, the MSChart control does not expose a method that enables you to print the chart directly. However, you can use the PrintForm method to print the entire form containing the MSChart control. This article describes a method for printing only the chart.
MORE INFORMATIONYou can print the chart of an MSChart control by copying the contents of the control using the EditCopy method, pasting the chart to a PictureBox control, and then printing the picture via the PaintPicture method of the Printer object:
|
Keywords : vb5all vb5howto VBKBAX VBKBComp VBKBCtrl VBKBPrinting kbhowto
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |