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. 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.