Click or drag to resize

LinePlotStyleVisitDocumentReferences Method

Reports document references used by this style.

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

Parameters

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

Implements

IGPlotStyleVisitDocumentReferences(DocNodeProxyReporter)
See Also