Click or drag to resize

TemplateBaseAddStandardPropertiesToGraph Method

Adds the standard graph properties from the specified property context to the graph.

Namespace: Altaxo.Graph.Gdi.GraphTemplates
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 configure.
propertyContext  IReadOnlyPropertyBag
The property context providing default values.
See Also