User (Legacy) Posted November 1, 2005 Report Share Posted November 1, 2005 Hi, I'm using ChartFX for Delphi 2005. I have a line chart, plotting X and Y values for each point. There are two series of 11 points in this chart. My problem is that with one series, I only want to plot values above 0 ( otherwise my curve is artificially 'connected' to 0 or some other point ). However, even using COD_UNKNOWN, i get 'forced' points plotted when I'm only plotting 8 points and the other series plots 11. Not sure if I'm missing something obvious here, but I don't seem to be able to plot two lines on the same chart where one has less points than the other. Have tried to 'hide' points as well but couldn't seem to do that! Any thoughts please? Sandra Quote Link to comment Share on other sites More sharing options...
Software FX Posted December 12, 2005 Report Share Posted December 12, 2005 You need to assign CHART_HIDDEN to the remaining points's value, not zero. -- Francisco Padron www.chartfx.com 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.