UOFTranslator
ChkChartTypeNodes Method
|
Check the chart cotains how many chart Types (Combo type)
Namespace:
Spire.Pdf.General.Paper.Uof
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static LinkedList<XmlNode> ChkChartTypeNodes(
XmlDocument xdoc,
XmlNamespaceManager nm
)
Public Shared Function ChkChartTypeNodes (
xdoc As XmlDocument,
nm As XmlNamespaceManager
) As LinkedList(Of XmlNode)
public:
static LinkedList<XmlNode^>^ ChkChartTypeNodes(
XmlDocument^ xdoc,
XmlNamespaceManager^ nm
)
static member ChkChartTypeNodes :
xdoc : XmlDocument *
nm : XmlNamespaceManager -> LinkedList<XmlNode>
Parameters
-
xdoc
-
Type:
System.Xml
XmlDocument
chart file
-
nm
-
Type:
System.Xml
XmlNamespaceManager
name space manager
Return Value
Type:
LinkedList
XmlNode
chart type nodes
See Also