Type | Description | |||
Source as Variant | An indicator of the object that specifies the source for the XML document. The object can represent a file name, a URL, an IStream, a SAFEARRAY, or an IXMLDOMDocument. |
Return | Description | |||
Boolean | A boolean expression that specifies whether the XML document is loaded without errors. If an error occurs, the method retrieves a description of the error occurred. |
The XML format looks like follows:
- <Content Author Component Version ...> - <Chart FirstVisibleDate ...> - <Levels> <Level Label Unit Count /> <Level Label Unit Count /> ... </Levels> - <Links> <Link Key StartItem StartBar EndItem EndBar Visible StartPos EndPos Color Style Width ShowDir Text ... /> <Link Key StartItem StartBar EndItem EndBar Visible StartPos EndPos Color Style Width ShowDir Text ... /> ... </Links> </Chart> - <Columns> <Column Caption Position Width HTMLCaption LevelKey DisplayFilterButton DisplayFilterPatter FilterType ... /> <Column Caption Position Width HTMLCaption LevelKey DisplayFilterButton DisplayFilterPatter FilterType ... /> ... </Columns> - <Items> - <Item Expanded ...> <Cell Value ValueFormat Images Image ... /> <Cell Value ValueFormat Images Image ... /> ... - <Bars> <Bar Name Start End Caption HAlignCaption VAlignCaption Key ... /> <Bar Name Start End Caption HAlignCaption VAlignCaption Key ... /> ... </Bars> - <Items> - <Item Expanded ...> - <Item Expanded ...> .... </Items> </Item> </Items> </Content>