What can I do to not display all the ticks along the X-axis, but just a few. Go to this link to see the problem:
http://www.pinionsolutions.com/images/badgraph.gif
Thanks,
Howard
Printable View
What can I do to not display all the ticks along the X-axis, but just a few. Go to this link to see the problem:
http://www.pinionsolutions.com/images/badgraph.gif
Thanks,
Howard
I had the same problem.
Change the 24's to suit you.
With cht.Plot.Axis(VtChAxisIdX) 'x axis
.ValueScale.MajorDivision = 1
.ValueScale.MinorDivision = 1
.CategoryScale.Auto = False
.CategoryScale.DivisionsPerLabel = 24
.CategoryScale.DivisionsPerTick = 24
End With
I am curious where you (and fellow posters in this tread) are getting your information for MSChart. I've looked everywhere I can think of including MSDN and am only finding the basics. I'd appreciate any links to online MSChart documentation you might know about.
I had a hard time finding anything about MSChart also.
The most I found was in a book.
Has a picture of a seal on the cover.
"Visual Basic Controls In A Nutshell"
O'Reilly
http://www.oreilly.com/catalog/vbcnut/noframes.html
Thanks for the reference. I just ordered a copy...