Returns XML subtree representing pie settings
Namespace:
am.ChartsAssembly: am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public virtual XmlNode GetPieXml( XmlDocument xDoc, PieChart defaultValues ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function GetPieXml ( _ xDoc As XmlDocument, _ defaultValues As PieChart _ ) As XmlNode |
| Visual C++ |
|---|
public: virtual XmlNode^ GetPieXml( XmlDocument^ xDoc, PieChart^ defaultValues ) |
Parameters
- xDoc
- Type: System.Xml..::.XmlDocument
XMLDocument in which's context the node should be created
- defaultValues
- Type: am.Charts..::.PieChart
PieChart object with default values