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
270
Pie Chart 3D label FormatString
posted

Hi,

I have generated a 3D pie chart and have been using the following line of code to set the labels on the sections, where myChart is an UltraChart:

myChart.PieChart3D.Labels.FormatString = "<ITEM_LABEL>: <DATA_VALUE:#> (<PERCENT_VALUE:#>%)"

This works fine until I have a section which represents all the NULL values i.e. my data is grouped by regions and some of the contacts will have no associated region. When this is the case my label will look something like this:

<ITEM_LABEL>: 1000 (5%)

So is there anyway to set a value for a blank label? Also this does not happen if I use a normal 2D pie chart.

Thanks,

Andy

Parents
  • 28496
    Offline posted

    i was not able to reproduce this problem using the release version of WinChart v9.1.  What is the complete (4-part) version number of the chart dll you are using?  have you tested this using the latest hotfix?

Reply Children