i am using ColumnSeries in UltraDataChart.
Create a Series in one function and call the SaveTo function.Sometimes an empty image is created.So I want to check the state of the chart control and call a SaveTo function.ex)void Test(){ createSeries(chart); chart.SaveTo(~~);}
Hello,
Thank you for the post.
You should be calling Flush method before save to, Usually flush is called if the visual of the SeriesViewer needs to be synchronously saved or evaluated.
Let me know if you have any question.
Regards,
Divya Jain
That method failed. Can you please check the attached file?