Associates the specified value with the specified key within the dictionary.
Namespace: MindFusion.Charting.Collections
Package: Collections.js
JavaScript Copy Code |
---|
function set (key, value) |
The key to associate the value with.
The value to associate.