Hi I am looking into changing our current chart control from c1chart to an Infragistics one. I have many questions. First being do i use UltraChart or ultraDataChart? Our data is just arrays of double?s (note nullable)
Hello,
Thank you for posting in our forums!
I recommend using the UltraDataChart as it is newer. Your data structure may require some modification to be used in the chart.
I suggest looking through our documentation for some more information on how to structure your data. You can see some examples here.
Please let me know if you have any further questions or concerns with this.
We have a couple of requirements that I am concerned that may not be possible/require significant work to implement.
First is we allow the users to control the format of the chart (much like in excel) allowing changes to line styles,symbol styles, axis legends etc. Currently do this by one call which displays the chart controls "design time" editor. I am thinking we would have to write our own dialog for this,
Secondly we allow the users to save templates of their charts, c1chart allow us to save the chart format as XML to which we add a node for data selection. I did not see a way to save/load UltraDataChart as XML. Did i miss it?