Jump to content
Software FX Community

Line Chart - (For your clear understanding I am attaching the chart image with this.)


Mohamed

Recommended Posts

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.

 

 

Thanks

Mohamed

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...