Hi.
I am ploting a histogram using Barseries to see if the data is normal distributet. I also want to plot a Gause curve using LineSeries.
Despite that the data for both series are correctly calculated in the plot the LineSerie is not plotet correctly. I can see the same problem even if I use PointSeries (instead of Lineseries).
In attached picture (Histogram1.jpg) the Pointseries should start at 13 and goes to 16.5. But as you can see the points are ploted in the range of 13.8 to 14.08. I have activated the labels showing the X-Value and you can clearly see that the point are not plotet at the correct x position. If I look at the data in the Edit Chart window, I can see that values are correct.
If I deactivate the BarSeries (in the Edit Chart window) then the PointSerie looks correct (see Histogram2.jpg).
Do you have any idea how I can solve this problem?
BR
emwamin
Problem with Ploting Barserie and LineSeries
Re: Problem with Ploting Barserie and LineSeries
Hi,
It will probably something related to how the values are being added to the chart. Are you using the AddXY for both the Bar and the Point series? Note that adding the values without "X", (Add, AddY functions), the XValues will actually be 0, 1, 2,...
If you still have problems with it, please try to arrange a simple example project we can run as-is to reproduce the problem here.
It will probably something related to how the values are being added to the chart. Are you using the AddXY for both the Bar and the Point series? Note that adding the values without "X", (Add, AddY functions), the XValues will actually be 0, 1, 2,...
If you still have problems with it, please try to arrange a simple example project we can run as-is to reproduce the problem here.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Problem with Ploting Barserie and LineSeries
Hi.
You were right. I changed the method to AddXY() and it works now.
Many Thanks
emwamin
You were right. I changed the method to AddXY() and it works now.
Many Thanks
emwamin