API Reference
Namespaces
Classes
Events
Global
Externals

Class: SymbolIdentifier

CIQ.ReferenceData. SymbolIdentifier (symbolObject)

The SymbolIdentifier class ensures that each Dataset adds the correct symbol to the chart and enables each Datasets to seamlessly share their unique chart symbol with other Datasets.


new SymbolIdentifier(symbolObject)

Parameters:
Name Type Description
symbolObject object
Since:
  • 10.1.0

Methods


toSymbolObject(dataset)

Converts SymbolIdentifier into a symbol object using the provided dataset.

Parameters:
Name Type Description
dataset
Since:
  • 10.1.0

Returns:

Symbol object

Type
object

toSymbolString(dataset)

Converts SymbolIdentifier into a symbol string using the provided dataset.

Parameters:
Name Type Description
dataset
Since:
  • 10.1.0

Returns:

Symbol string

Type
string