How to make / plot graph in vb.net?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ray

    How to make / plot graph in vb.net?

    Hi,
    I would like to ask how to plot graph in vb.net on the interface? Is it
    possible?
    Thanks a lot,
    Ray


  • rowe_newsgroups

    #2
    Re: How to make / plot graph in vb.net?

    On Mar 9, 3:39 am, "ray" <some...@micros oft.comwrote:
    Hi,
    I would like to ask how to plot graph in vb.net on the interface? Is it
    possible?
    Thanks a lot,
    Ray
    You could either download a third party library or use GDI+ and write
    your own functions.

    www.codeproject.com would be a good place to search for examples of
    this.

    Thanks,

    Seth Rowe

    Comment

    • Rad [Visual C# MVP]

      #3
      Re: How to make / plot graph in vb.net?

      On Fri, 9 Mar 2007 16:39:33 +0800, ray wrote:
      Hi,
      I would like to ask how to plot graph in vb.net on the interface? Is it
      possible?
      Thanks a lot,
      Ray
      You can use existing (and free) libraries like zedgraph and NPlot for this
      sort of thing
      --
      Bits.Bytes

      Comment

      • ray

        #4
        Re: How to make / plot graph in vb.net?

        Thanks a lot, let me try

        "Rad [Visual C# MVP]" <nospam@nospam. com>
        ???????:ynuguxt n13uk.dlg@think ersroom.com...
        On Fri, 9 Mar 2007 16:39:33 +0800, ray wrote:
        >
        >Hi,
        > I would like to ask how to plot graph in vb.net on the interface? Is
        >it
        >possible?
        >Thanks a lot,
        >Ray
        >
        You can use existing (and free) libraries like zedgraph and NPlot for this
        sort of thing
        --
        Bits.Bytes
        http://bytes.thinkersroom.com

        Comment

        Working...