Click or drag to resize

TDGraphClass Constructor

Initializes a new instance of the TDGraphClass class using the provided node and reader. The constructor extracts graph data, units, titles and optional metadata from the WITec nodes.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public TDGraphClass(
	WITecTreeNode node,
	WITecReader reader
)

Parameters

node  WITecTreeNode
The node representing the data class entry in the WITec tree.
reader  WITecReader
The reader used to resolve referenced nodes by their identifiers.
See Also