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
80
OverflowException if values in LineChart are all 0
posted

I have a problem with a LineChart. Ich have a datatable with a datetime on the y-axis and decimals on the x-axis. If all my decimal values are 0 the chart throws a OverflowException beacuse it tries to paint a line from x1 = -2147483555 y1 = 100 to x2 = -2147483555 y2 = 41.

I have no idea why it does not simply paint a line along the x-axis. I am using Version v3.00.20033.

Parents
No Data
Reply
  • 26458
    Offline posted

    I'm having trouble reproducing this issue. Our line chart doesn't allow numeric values on the x axis, nor does it allow date time values on the y axis. Can you post a sample or a code snippet?

Children