Click or drag to resize

G3DPlotStyleCollectionVisitDocumentReferences Method

Replaces path of items (intended for data items like tables and columns) by other paths. Thus it is possible to change a plot so that the plot items refer to another table.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void VisitDocumentReferences(
	DocNodeProxyReporter options
)

Parameters

options  DocNodeProxyReporter
Information what to replace.

Implements

IGPlotStyleVisitDocumentReferences(DocNodeProxyReporter)
See Also