Click or drag to resize

GraphDocumentBaseSetGraphProperty Method

The table properties, key is a string, val is a object you want to store here.

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

Parameters

key  String

[Missing <param name="key"/> documentation for "M:Altaxo.Graph.GraphDocumentBase.SetGraphProperty(System.String,System.Object)"]

val  Object

[Missing <param name="val"/> documentation for "M:Altaxo.Graph.GraphDocumentBase.SetGraphProperty(System.String,System.Object)"]

Remarks
The properties are saved on disc (with exception of those who's name starts with "tmp/". If the property you want to store is only temporary, the property name should therefore start with "tmp/".
See Also