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
20
PIE CHART v 7.3
posted

My pie chart assigns the same color 2 times so there are 2 blue sections and it makes one slice to appear to be too larger than it really is. How do I fix this? It doesnt just do it on the pie chart also the other charts.

  • 26458
    Offline posted

    This might happen if you have data points in the 'others' pie slice. Try setting chart.PieChart.OthersCategoryPercent to 0. This may also be caused by one of the non-default color models. Can you give an example of a non-pie chart where this happens? Perhaps with a code sample and a screenshot or a sample project.

    • 350
      posted in reply to Max Rivlin [Infragistics]

      hi,

      I need your help in silvelight ultra pie chart. In my pie chart I have 5 PIE slices and has the values 1000,200,56,2,4. It does not show the PIE Slices(ARCS) but when i change the value more than 50, then it shows.I need to show all the PIES without changing values. Please help me.

      Thanks & Regards

      Mukesh

      • 320
        posted in reply to Max Rivlin [Infragistics]

        thanks alot mate. spot on

        • 26458
          Offline posted in reply to steve

          Set ultraChart1.PieChart.OthersCategoryPercent = 0 to display all pie slices in the winchart.

          • 320
            posted in reply to Max Rivlin [Infragistics]

            Pie Chart

            I am using the win charts and i to have the same problem of some pie slices not displaying when the figures returned are low. is there a property i can turn off to stop this happening on the win charts or am i stuck like the guy using silverlight.

            • 26458
              Offline posted in reply to Mukesh Wadhwa

              For the silverlight CTP chart, when the pie slices are too small, they don't show up. This problem will be fixed in the next silverlight release, but unfortunately, right now there is no workaround.