Visual Basic MSChart Sample
---------
The ChrtSsmpl.exe sample demonstrates how to use the Visual Basic 6.0 version
of the MSChart control to graphically display numeric information. The MSChart 
control allows you to plot data in charts according to your specifications. To 
create a chart, you can set data in the controls Properties page, or you can 
retrieve data from an external source, such as a Microsoft Excel spreadsheet. 
To reference the path to the Excel workbook that contains the worksheet, use 
the GetObject method.   

The MSChart control has many visible parts, all of which can be programmed.  
Use the MSChart control's three-dimensional (3D) chart features to enhance 
the appearance of a report. To see these features,  either set the ChartType 
property to a valid 3D type, or set the Chart3D property to True. Note that 
you cannot create a 3D pie chart, because the MSChart control does not contain 
a ChartType property for 3D pie charts.

For further information on this sample, please refer to the included help 
file (Mschart.hlp).