D
DuffyD
Ok, after about a week of reading "the black book" and searching google/yahoo
and this site for posts, I am finally making progress on my chart.
I have successfully converted my chart from owc9 to owc11.
Now for the problem that I am experiencing....
On my owc11 chart, it displays the data correctly, but I am experiencing
problems on the x axis. I am reading my data from the database, and I am
plotting it by date on the x axis. All of my data from the database will be
for dates that occur every 7 days- for example, there could be data on
4/28/2006, 5/5/2006, 5/12/2006, 5/19/2006, 5/26/2006, etc.
I would like an axis marker and label listed on these days on the x axis.
Unfortunately, I am getting 4/23/3006, 4/30/2006, 5/7/2006, etc for labels.
And the date is not lined up with its axis marker, but slightly off to the
right. I have no idea why.
I have played around with
.Ungroup True
on the Categories.... doesn't correct the problem.
I have played around with
Set oAxisBottom = oChart.Charts(0).Axes(oConst.chAxisPositionBottom)
With oAxisBottom
.GroupingType = chAxisGroupingNone
that doesn't help matters either.
In searching the net for other people having this problem, I found one post
that is exactly the same as what I am experiencing... but no solution listed.
http://dbforums.com/t509662.html
Any help in figuring out how to get this labelled correctly would be
appreciated.
and this site for posts, I am finally making progress on my chart.
I have successfully converted my chart from owc9 to owc11.
Now for the problem that I am experiencing....
On my owc11 chart, it displays the data correctly, but I am experiencing
problems on the x axis. I am reading my data from the database, and I am
plotting it by date on the x axis. All of my data from the database will be
for dates that occur every 7 days- for example, there could be data on
4/28/2006, 5/5/2006, 5/12/2006, 5/19/2006, 5/26/2006, etc.
I would like an axis marker and label listed on these days on the x axis.
Unfortunately, I am getting 4/23/3006, 4/30/2006, 5/7/2006, etc for labels.
And the date is not lined up with its axis marker, but slightly off to the
right. I have no idea why.
I have played around with
.Ungroup True
on the Categories.... doesn't correct the problem.
I have played around with
Set oAxisBottom = oChart.Charts(0).Axes(oConst.chAxisPositionBottom)
With oAxisBottom
.GroupingType = chAxisGroupingNone
that doesn't help matters either.
In searching the net for other people having this problem, I found one post
that is exactly the same as what I am experiencing... but no solution listed.
http://dbforums.com/t509662.html
Any help in figuring out how to get this labelled correctly would be
appreciated.