Click or drag to resize

GraphDocumentBaseSetGraphProperty Method

Sets a graph property identified by a string key.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetGraphProperty(
	string key,
	Object val
)

Parameters

key  String
The property key.
val  Object
The property value to store.
Remarks
The properties are saved on disk, with the exception of those whose name starts with "tmp/". If the property you want to store is only temporary, the property name should therefore start with "tmp/".
See Also