Click or drag to resize

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
)

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