|
-
Oct 3rd, 2000, 02:06 PM
#1
New Member
chart properties/DivisionsPerLabel & divisionsPerTick
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|