Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a Chart on a Windows Form.
In the code, I plot some data on the Chart.
The next time I open Visual Basic 2019 Community, the Chart is not empty and shows data from the last time the program was run.
It seems that Visual Basic 2019 is storing the information somewhere.
Why isn't the Chart empty when the project loads?