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
40
Force funnel chart to have fixed X Axis labels?
posted

Hi, I am trying to create a Sales Pipeline Funnel Chart.  What I've got are 4 Sales stages.  The funnel chart should always be ordered by the order of the stages: Stage 0, Stage 1, Stage 2, Stage 3.  What happens is that since stage 3 has more volume than stage 2, the order I get is Stage 0, Stage 1, Stage 3, Stage 2.  

I found the SortStyle.Ascending property, but really what I want is to sort by X Axis (Sales Stage) not Y Axis (volume).  Is this possible?

Parents
No Data
Reply
  • 29105
    Verified Answer
    Offline posted

    Hello David,

    The funnel chart is going to automatically order the data items based on the ascending or descending values assigned to the ValueMemberPath regardless of order listed in the backend. If you want to override the order you could add another numeric property to your data item based (eg. ID) used as the ValueMemberPath in your application so they appear in the order independent from the volume.

    Let me know if you have any questions.

    Sincerely,

    Michael Di Filippo
    Associate Software Developer
    Infragistics, Inc.
    www.infragistics.com/support

Children