We used to use Infragistics Winforms version 9.1.
There you have
Infragistics.UltraChart.Design.ChartWizard
We upgraded to version 10.3 but the ChartWizard is gone.
Where can we find it, because we want to launch that at runtime via code, like we used to do.
Thanks,
Marc
Have you included a reference to Infragistics2.Win.UltraChart.v10.3.Design in your project?
If so, you should be able to get to the wizard control.
No I did not, and this solved it.
I had added Infragistics2.Win.UltraWinChart.v10.3, which that does not contain this namespace. This was confusing.
Thanks a lot for the solution!