IPaintContextAddValue Method |
Adds a specified object under a specified key.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void AddValue(
Object key,
Object value
)
Parameters
- key Object
- The key (usually the owner of the value).
- value Object
- The value.
See Also