Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Change settings from within custom visual

Hi   I have made a custom visual that is a type of linegraph for financial timeseries. I am working with dates as a category, the name for each series as a "group by" to get columns and the sum of ...
  • Anonymous's avatar
    Anonymous
    8 years ago

    After investigating a bit further it seems the solution is to use "IVisualHost.persistProperties".

     

    Do I need to use a objectname/property that is defined in the capabilities file for this or can I simply create a new object named after my liking?

     

    EDIT - It seems that the way to persist values was quite straight forward. You simply call IVisualHost.persistProperties with the correct settings and everything just works.