TemplateBaseAddStandardPropertiesToGraph Method |
Adds the standard graph properties from the specified property context to the graph.
Namespace: Altaxo.Graph.Gdi.GraphTemplatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void AddStandardPropertiesToGraph(
GraphDocument graph,
IReadOnlyPropertyBag propertyContext
)
Parameters
- graph GraphDocument
- The graph to configure.
- propertyContext IReadOnlyPropertyBag
- The property context providing default values.
See Also