Results 1 to 5 of 5

Thread: MSChart

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    1

    Exclamation

    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


  2. #2
    New Member
    Join Date
    Oct 2000
    Posts
    3

    Lightbulb 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


  3. #3
    New Member
    Join Date
    Feb 2001
    Posts
    2
    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.

  4. #4
    New Member
    Join Date
    Oct 2000
    Posts
    3

    MSchart info

    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

  5. #5
    New Member
    Join Date
    Feb 2001
    Posts
    2
    Thanks for the reference. I just ordered a copy...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width