I want draw scatter line chart like Excel X Y Scatter Chart.
I have data with null values that I want to plot on the scatter line chart,
When I tried to do that it shows points but there is no line connecting that points.
There are two series in my chart
Series 1
At X axis- 2004/3/31 2004/12/31 2005/3/31 2005/12/31 2006/3/31 2006/12/31
At Y axis- 2000 null 3000 null 4000 null
Series 2
At X axis- 2004/3/31 2004/12/31 2005/3/31 2005/12/31 2006/3/31 2006/12/31
At Y axis- null 4000 null 5000 null 6000
when I tried to plot this data it showed only points at respective dates. So how to draw continuous line from start to end joining this points.
I have data with null values that I want to plot on the scatter line chart,
When I tried to do that it shows points but there is no line connecting that points.
There are two series in my chart
Series 1
At X axis- 2004/3/31 2004/12/31 2005/3/31 2005/12/31 2006/3/31 2006/12/31
At Y axis- 2000 null 3000 null 4000 null
Series 2
At X axis- 2004/3/31 2004/12/31 2005/3/31 2005/12/31 2006/3/31 2006/12/31
At Y axis- null 4000 null 5000 null 6000
when I tried to plot this data it showed only points at respective dates. So how to draw continuous line from start to end joining this points.