Click or drag to resize

IPaintContextAddValue Method

Adds a specified object under a specified key.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void AddValue(
	Object key,
	Object value
)

Parameters

key  Object
The key (usually the owner of the value).
value  Object
The value.
See Also