Creating real time chart in VB .NET

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

    Creating real time chart in VB .NET

    I want to output a graph to the screen (X-axis, Y-axis, and
    all of the other things that constitute a graph), that will
    continuously plot something as time goes forward. So I will
    be constantly throwing in new data points, and I want these
    date points plotted as soon as I throw them in.
    Furthermore, I want this graph to look professional and to
    be versatile (I should have the ability to change the
    ranges of the X-Axis, Y-axis...change the step size...even
    be able to add an additional Y-axis...etc). I am doing this
    as part of my job, and my boss is willing to spend money on
    purchasing a chart class such as this (he does not want me
    to program it from scratch). Does anyone know where I can
    purchase something like this? I don't want to use Active-X
    components, because their use is discouraged in .NET. I
    just want to purchase a pre-programmed chart class, and I
    have not had any luck finding something like that. Any
    suggestions would be greatly appreciated.

    Thanks,
    Alex
Working...