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.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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