View Single Post
  #2   Report Post  
Earl Kiosterud
 
Posts: n/a
Default

Since you're plotting number of days (plain numbers, not dates), you'll need
a value axis for the x axis. You'll need to use an x-y (scatter) chart
type. Most other chart types use category axes for X, so you get equal
spacing regardless of x value.
--
Earl Kiosterud
www.smokeylake.com

"namsilat" wrote in message
...
I have bunch of data that's associated with "number of days". i.e. day 5
it's 3%, day 21 is 15%, day 90 is 25%. I like to plot those in a line
graph
so I can see the change of percentage according to number of days that's
progresses so far. If I just plot those 3 data points, I would simply get
all
3 points equal space of each other, not reflecting the time difference in
the
number of days, i.e. 16 days between first 2 points, 69 days between next
2.
How do I adjust the X axis to change this?