User (Legacy) Posted December 6, 2002 Report Posted December 6, 2002 I am using ChartFX in VB 6.0 and want to export chart to an Image control without using file or clipboard. Can somebody please send me the sample code in VB for this problem? Thanks, Piyush Gupta.
Software FX Posted December 6, 2002 Report Posted December 6, 2002 To export it to an Image control use the GetPicture method as follows: Set ImageControl.Picture = chart1.GetPicture(CHART_BITMAP) -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.