User (Legacy) Posted February 15, 2004 Report Share Posted February 15, 2004 Hi, I used ChartFx Client/Server ver. 5.0.10.4. and I tried to draw contour lines by gradation. Is it possible? If yes, let me know how to do. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Software FX Posted February 16, 2004 Report Share Posted February 16, 2004 The Contour chart, uses the Color array to draw each "segment" of the contour. You can control these colors in any way you want by doing: chart.OpenData(COD_COLORS,<number of colors>,0) chart1.Color[0] = <color 1> chart1.Color[1] = <color 2> ... chart1.CloseData(COD_COLORS) Since the colors are given by you it is up to you if you want to supply shades of the same color. -- FP Software FX 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.