Click or drag to resize

GraphDocumentBase_graphProperties Field

The graph properties, key is a string, value is a property (arbitrary 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#
protected PropertyBag? _graphProperties

Field Value

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