Mohamed Posted September 4, 2007 Report Share Posted September 4, 2007 Hi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> I am using chart fx 6.2 for .net(webforms). I use line chart with one series . Say I have 4 points on the series. values ={-40.1, 81.8, nothing, 64.2} Xvalues ={may 2007, Jun 2007, Jul 2007, Aug 2007} The issue is As the third value is nothing as above mentioned, the series line stops till the second point.but I want to connect the line till the fourth point, even though there is no value in the third point. For your clear understanding I am attaching the chart image with this. ThanksMohamed Quote Link to comment Share on other sites More sharing options...
Frank Posted September 4, 2007 Report Share Posted September 4, 2007 This is working as designed. If you want a chart with 3 points then you should pass three points to the chart: values ={-40.1, 81.8, 64.2} Xvalues ={may 2007, Jun 2007, Aug 2007} Notice that there is no "holes" in this data and therefore there will be no "holes" in the chart. 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.