Click or drag to resize

XYFunctionPlotDataBaseVisitDocumentReferences Method

Visits document references, intended for data items such as tables and columns.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void VisitDocumentReferences(
	DocNodeProxyReporter Report
)

Parameters

Report  DocNodeProxyReporter
Function that reports the found DocNodeProxy instances to the visitor.

Implements

IXYFunctionPlotDataVisitDocumentReferences(DocNodeProxyReporter)
See Also