API Reference
Namespaces
Classes
Events
Global
Externals

Class: NameValueStore

CIQ.PinnedMarker. NameValueStore


new NameValueStore()

Defines a storage constructor. This defaults to a CIQ.NameValueStore constructor. It can be customized by implementing the instance functions defined in CIQ.NameValueStore. If storage is not desired, set to null.

Requires "js/extras/pinnedMarkers.js"

Version:
  • ChartIQ Extras Package
Since:
  • 9.1.0

Example

No storage

CIQ.PinnedMarker.NameValueStore = null;