unknown_routine:
Thanks for the info, I've been that far already. What I meant was that I know how to display the data as 0-200 (okay, I lied - it actually has 201 data points - sorry!), but what I want to do is have the range be 0-20 with 201 data points in between.
I know I'm not explaining this clearly. Please keep doing what you're doing. By sorting out what I do know from what I don't know, eventually we'll get to the bottom of this. :)
Bill
Main Topics
Browse All Topics





by: unknown_routinePosted on 2004-01-25 at 18:41:55ID: 10198512
To change the chart from Vertical bars to Line all you need to do is to set the ChartType property to 2 dimentional lune:
si if your chart is named MsChart1
then add this line of code:
MSChart1.chartType = VtChChartType2dLine
If you need more help , just ask.