Announcement

Collapse
No announcement yet.

Opening up Unlinked Charts from inside a a C++ application

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Opening up Unlinked Charts from inside a a C++ application

    Is there any way to open a new chart where the symbol is not linked with already open charts from within a c++ application? I have the same problem with the VB sample. Whenever I open a new chart for a new symbol all existing charts change to the new symbol.

    I would like to open up a new chart with a new symbol and have any existing open charts continue to display the info for the symbol that they were opened with.

    Thanks,
    JimZ

  • #2
    Hi JimZ,

    Unfortunately, createNewWindow does not have a parameter to pass which will turn off symbol linking temporarily. It will bring up the default chart, and if your default is set to be linked then any chart window you invoke via the API will also be linked.

    Starr
    Developer Support

    Comment

    Working...
    X