I am plotting temperatures in a picturebox and the values I use probably won't change more than about from 65 to 75, but I would like to make the changes more apparent in the graph.
In the old VB6 there was a way to scale the picturebox. I have looked it up, but have not found anything I understand with VB.net.... I don't get the pointF stuff at all.
My picturebox size is 1440 wide and 500 high... how could I scale the picturebox so that the values I plot are near the bottom at 60 and near the top at 80? I don't want to change the horizontal values
I would at least like the picurebox chart to display from low values at the bottom to high values at the top.
Is there something I can do with the picturebox, or do I need to do something in code with the values to make them fit the picturebox?
Having written that, it seems that I should do something in the code.
Please advise
thank you
In the old VB6 there was a way to scale the picturebox. I have looked it up, but have not found anything I understand with VB.net.... I don't get the pointF stuff at all.
My picturebox size is 1440 wide and 500 high... how could I scale the picturebox so that the values I plot are near the bottom at 60 and near the top at 80? I don't want to change the horizontal values
I would at least like the picurebox chart to display from low values at the bottom to high values at the top.
Is there something I can do with the picturebox, or do I need to do something in code with the values to make them fit the picturebox?
Having written that, it seems that I should do something in the code.
Please advise
thank you
Last edited: