Plotting X/Y graph in VB.NET.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thanawala27
    New Member
    • Mar 2007
    • 68

    Plotting X/Y graph in VB.NET.

    Hello Friends,

    I'm new to VB.net, but have been programming from a long time in other languages.

    I wanted to plot a graph for one of my application in VB.net.

    I want a Time (X-axis) Vs Temperature (Y-axis) graph, where

    1. X- Axis has vertical lines every 10 minutes. So there are 6 vertical lines between 1 hr. The labels on the Axis should be written at every hour even though the vertical lines are at every 10 minutes. (Eg: 10:00, 11:00, 12:00, 13:00, 14:00...)

    2. Y-Axis should have horizontal lines every 10 degrees C. So there are 10 Horizontal lines between 100 degrees. The labels on the axis should be written at every 100 degrees (Eg: 0 deg C, 100, 200, 300...)

    Consider me to be a newbie to VB.net and guide me accordingly,

    Any help is appreciated.

    Thanks,

    Ravi
  • iam_clint
    Recognized Expert Top Contributor
    • Jul 2006
    • 1207

    #2
    http://www.dreamincode.net/forums/showtopic40143.htm I would start here

    Comment

    • thanawala27
      New Member
      • Mar 2007
      • 68

      #3
      Please check the attachment to view the type of margins i am looking for.

      Labels at the x-Axis are 300 and 600, but other vertical lines are present.
      Similarly, labels at Y-axis are 100, 200, 300 and so on, even though horizontal lines are present for 50, 150, 250...

      How can we design this type of graph.


      Thanks,

      Ravi
      Attached Files

      Comment

      Working...