CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Graphs in VB

  1. #1
    Join Date
    May 2003
    Posts
    8

    Graphs in VB

    Does anyone know of a good object/code for presenting multiple xy curves on the same axes ?
    MSChart control cant handle it properly (it does only line graphs, but i need thew x axis to consist of non-integer values)

    Thanks

    Gal

  2. #2
    Join Date
    Dec 2001
    Posts
    6,332
    If you are trying to show values other than whole numbers, ie 2.48, you cannot do it directly because you can't put a dot between pixels. So, the way around this is to scale it such that there are enough pixels between whole numbers to show the data you are trying to represent.
    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

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

Featured