Hi,
I need to to create a chart which looks like a stack area chart. But in stack area chart the second set of data points move relative to the first set of data points. Is there any way I can plot the absolute data points, I mean the second set of data points should be plotted relative to the xaxis instead of the first set of data points?
Sounds like what you are describing is a regular (non-stacked) area chart, although I'm not sure what you mean by 'relative to the x axis'. The X axis values are typically column indeces, while the data values are plotted along the Y axis. Can you post a picture of what you're trying to do?
Thanks Max, This issue got resolved. Am now using a line chart instead of stack area chart.