Ticket T144772
Visible to All Users
Duplicate

We have closed this ticket because another page addresses its subject:

Dashboards - Introduce a chart funnel item

Add funnel chart to dashboard

created 11 years ago

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

Answers approved by DevExpress Support

created 11 years ago

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.

    Comments (2)

      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.

      DevExpress Support Team 11 years ago

        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

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.