Working with Data > Loading Data From a File > Loading the Data |
To allocate and load the data from a file, you can either use the Property Page's Load button, which is located on the Data sub tab of the ChartGroup tab, or do it programmatically. Loading the MMF95.DAT file into your chart can be done as follows:
' Load the data from files
Chart2d.ChartGroups(1).Data.Load "MMF95.DAT"