Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
Strange looking charting behavoir
posted

Hello,

I am using the charting component and able to build some charts most of the times I see this "up-down" curve lines instead of line connecting the curve points. 

Please see the attachment. The first three curves turned out fine but the fourth one looks weird! The calculations for data is fine but the curve look is bad! 

Any ideas on why it would be happening? I can share the code snippet if required.

Parents
No Data
Reply
  • 34510
    Offline posted

    Hi P D,

    I can't say that I've seen a chart rendered like that before.  I'll need a copy of your data that produces that exact chart in order replicate this and see what's going on.  Can you send me a copy of that specific "problem" data?  You can just send me a text file with the data point Y values separated by commas since it looks like you're just using a LineSeries.  Oh, I'll also need to know if you are using a CategoryDateTimeXAxis or a CategoryXAxis.  I can parse the file in a sample and pull out the Y values into my own data points and then see what it looks like in the chart.

    Also, what version # are you using?  15.1? 15.2? 16.1?

Children
No Data