I expanded on your idea that the Y values are what's causing the issue and it led me to the code where the raw data is being manipulated into the Y values. When I finalize the Y values before they are graphed out they are decimal type variables. I added code where it performs a conversion to the double before any of the graph related code and now everything seems to be functioning fine. I appreciate all the help, thanks again