Click or drag to resize

IGPlotItemVisitDocumentReferences Method

Visits document references of this plot item, typically data items such as tables and columns. This makes it possible to change a plot so that the plot items refer to another table.

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

Parameters

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