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
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
You understood it well, I will create a method similar to the Designer.cs file thanks !