Loads XML chart data from a URL or local file. The file must consist of only charting XML, and it cannot contain any leading HTML. The string must begin with <script language="XML"> and end with </script>.
Syntax
expression.Load(FileName)
expression An expression that returns a ChartSpace object.
FileName Required String. Specifies the file containing XML chart data.