Click or drag to resize

TemplateBaseAddStandardPropertiesToGraph Method

Adds standard template properties to a graph.

Namespace: Altaxo.Graph.Graph3D.Templates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void AddStandardPropertiesToGraph(
	GraphDocument graph,
	IReadOnlyPropertyBag propertyContext
)

Parameters

graph  GraphDocument
The graph to initialize.
propertyContext  IReadOnlyPropertyBag
The property context.
See Also