Browse By Tags

  • Problem whit 3D Pie Chart

    Hi

    I'm generating a report with a 3D PieChart which takes four values:

    This is my code:

    ------------------

     

    if (dt.Rows.Count > 0)

            {

                this.UltraChart9.TitleTop.Text = strNombrePrograma + " - " + intTotalComunicaciones.ToString() + " COMUNICACIONES…

  • Firefox 3.6 b3 broke 2009.1 Chart functionality

    I have a web app that uses Infragistcs WebChart. Users click the slices of a pie chart and are taken to the details. I have tested Firefox 3.6 Beta 1, 2, and now Beta 3, but none of the on click ability is there anymore.

    Can anyone confirm that it is…

  • PieChart For Sharepoint

    Hi All,

    I have genrated a 3D PieChart for Sharepoint,which shows the numeric columns included in any list of sharepoint.

    But my pupose is to show the following thing in the pie chart.

    If there are n numbers of list items in a list and out of them some…

  • Simple Pie chart only shows 100 percent

    I have a simple pie chart (see code below) with two data columns column1=79.48 and column2=20.52, however, when the chart is rendered, it only displays a single slice of 100.00%. I am using a datatable with two fields. Am I just not referencing or assigning…

  • Unknown error in piechart rendering

     Hello,

     

    I am getting an error when rendering a piechart. This is the stacktrace of the error. I have tried to recreate the error doing exactly the same thing, but it didn't appear anymore. I still wanna know how this can happen. Does anyone have any idea…

  • Show total in 3D Pie Chart Legend

    Hi,

    Is there a way to show the total in the legend of 3D Pie Chart? So the legend would look like this:

    Red: 200 (40%)

    Black: 300 (60%)

    ---------------------------

    Total: 500 (100%)

    Thanks a lot!

  • Issue with Tooltips (<ITEM_LABEL>) in PieChart3D (version 6.2.20062.1054)

    Hi,

    I'm using Infragistics version '6.2.20062.1054' in an ASP .NET Web Application (CLR 2.0).
    In the application, I use a piechart in one of the pages. A problem occurs when using tooltips on the PieChart3D.

    I want to display the ITEM_LABELs…
  • Error Message in 3D Pie Chart

    i want to set  my own error message in the place of

    "Data Not Available

    Please call

    UltraChart.Data.DataBind() after setting valid Data.DataSource"

    in a 3D Pie Chart for SHAREPOINT WEBPART.how can i do that??

     

    thanks in advance