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
65
Enumerate the Infragistics.UltraChart.Shared.Styles to populate a combo
posted

Good morning,

I have a form on which I display several charts/graphs. I'd like to put a combo on this form which allows the user to dynamically change the chart type.

 How can I enumerate the chart styles to get this chart type information? I have tried the following:

For Each chartype As Infragistics.Win.UltraWinChart.UltraChart In Infragistics.UltraChart.Shared.Styles

Next

But this does not work, but I need to do something like this. Any and all help is greatly appreciated. 

Scott