Hi,
I need to make a funnel chart part of a dashboard. I understand the funnel chart is not available in the dashboard designer. Is there a way to integrate a funnel web chart control with the dashboard, maybe as an iframe or web part within the dashboard?
Thanks
We have closed this ticket because another page addresses its subject:
Dashboards - Introduce a chart funnel itemAdd funnel chart to dashboard
Answers approved by DevExpress Support
We have a request to add a funnel chart in future versions: Dashboards - Introduce a chart funnel item. I will duplicate this issue there, and you will receive a notification when it is implemented.
Currently there is no any way to insert a funnel chart or any other custom element in dashboard. As a workaround you can place a funnel chart near dashboard viewer in the page and provide data to it manually.
Thank you. Is there a way to pass parameters from the dashboard to the funnel or vice versa? I want to have a way for the user to select a sales division and then show graphs and funnels representing only that division.
To get information about items selected in the ASPxDashboardViewer it is necessary to use the control's client side API: ASPxClientDashboardViewer.
To update dashboard with custom parameter values call the ASPxClientDashboardViewer.ReloadData(ASPxClientDashboardParameter[]) Method.
I recommend you refer to our ASP Sales Details demo that demonstrates this functionality. You can find it by the following path:
c:\Users\Public\Documents\DevExpress Demos 14.1\Components\Dashboard\CS\DashboardWebDemo\DashboardWebDemo.sln
…\DashboardWebDemo\Samples\SalesDetails.aspx