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
					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
Comment