User (Legacy) Posted May 9, 2002 Report Share Posted May 9, 2002 Anyone know if it is possible to set a picture to the PLOT background of Chartfx client/server control (in VB)? I currently use the following properties: ChartFX1.RGBBk = ' to set the chart bg to a color Set ChartFX1.BkPicture = ' to set the chart bg to picture ChartFX1.RGB2DBk = ' to set the plot background to a color, or to CHART_TRANSPARENT to see chart color/picture However client would like a picture just in the plot area. Possible? (Am currently trying to use API to draw bitmap onto chart device context in PrePaint method but hoped thered be a simpler way...) Celia Quote Link to comment Share on other sites More sharing options...
Software FX Posted May 9, 2002 Report Share Posted May 9, 2002 Hi, These are the only two ways. BkPicture and PrePaint. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.