Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1300
How to copy an ultrachart style ?
posted

Hi Folks,

I made an ultrachart via the ultrachart wizard. I would like to copy its style for each other ultrachart I made dynamically in c# (so without the ultrachart wizard).

Please let me know if you have any ideas.

 

Thanks

Parents
No Data
Reply
  • 53790
    posted

    Hello Eltorfuerte,

    I`m not sure that I understand what you mean with "UltraChart style", but all changes that you make using the charts wizard will appear in the WinForm`s Designer.cs file, so maybe one possible approach could be to create your own method and include these settings there.

    Or maybe you are talking about Preset in the UltraChart. If so you could apply desired Preset to each UltraChart that you made dynamicically. 

    Please let me know if you think that I misunderstood your question

    Regards 

Children