I’m in the process of evaluating the suitability of the Telrik tools for our development and very happy with the outcome. There is one more critical control that we need is the Funnel Chart. Is it available for WPF? If it is, how do I use it please?
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
Helo !
Can we have Funnel chart for winforms ?
I m using Visual Studio 2012.I dont have radchart controls group in toolbox. So, I started creating it programatically.
The above code snippet taken from help forum (Programatically create RadChart), I could not find ChartSeriesType as Funnel, however, i found types as pie, bar, area, etc but could not find any option for Funnel. It is a mandatory requirement to display the sales data on funnel chart.
Please help me out on this issue. How to get funnel chart?
Thanks
Chan
0
Ves
Telerik team
answered on 08 May 2013, 06:54 AM
Hi Chan,
I am afraid funnel chart type is not supported in RadChart for winforms. A possible workaround here would be to use ElementHost to include WPF content in a winforms application and use our 3D funnel chart within it.