Load Method

Microsoft Office Web Components Visual Basic

expression.Load(FileName As String)

expression    An expression that returns a ChartSpace object.

FileName    Required String. Specifies the file containing XML chart data.

Example

This example loads the specified XML data file.

ChartSpace1.Load "chart.xml"