Click or drag to resize

UOFTranslator GetChartData Method

get the embeded chart data

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 DataTable GetChartData(
	XmlNode chartTypeNode,
	XmlNamespaceManager nm
)

Parameters

chartTypeNode
Type: System.Xml XmlNode
chart type node (eg:c:barChart)
nm
Type: System.Xml XmlNamespaceManager
name space

Return Value

Type: DataTable
chart data
See Also