Returns XML representing graph settings
Namespace:
am.ChartsAssembly: am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public virtual XmlNode GetSettingsXml( XmlDocument xmlDoc, ColumnChartGraph defaultValues, string graphID ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function GetSettingsXml ( _ xmlDoc As XmlDocument, _ defaultValues As ColumnChartGraph, _ graphID As String _ ) As XmlNode |
| Visual C++ |
|---|
public: virtual XmlNode^ GetSettingsXml( XmlDocument^ xmlDoc, ColumnChartGraph^ defaultValues, String^ graphID ) |
Parameters
- xmlDoc
- Type: System.Xml..::.XmlDocument
XMLDocument in which's context the node should be created
- defaultValues
- Type: am.Charts..::.ColumnChartGraph
ColumnChartGraph object with default values
- graphID
- Type: System..::.String
Identifier for the graph