Browse By Tags

  • How to change display of zero value in 3D chart?

    I’m using a 3D Cylinder Column Chart.  These charts are then used in creating a PDF by way of the Infragistics.Documents.Report object.  Is it possible to display data values that are zero (0) as nothing, or as a different color?  i.e. I don’t want a flat…
  • 3D Chart Click Drag OrientationAngle

    I am looking for a way that the user can click and drag a 3D chart (such as a 3DColumnChart or 3DBarChart) to view it from different angles.  Is this possible with the chart?  As in the user could somehow click and rotate/scale the chart in real time (not…

  • 3D Line Chart Upgrade - duplicate axis labels

    I've upgraded a solution from the v8.2 to the v10.3 binaries and now my 3D Line charts have duplicate axis labels on all the axis.  I can't find any setting to turn this off and comparing the VS 2008 to the VS 2010 properties for this chart they seem…

  • Column3D chart Series

    Hi,

      Is it possible to display the series in the Column3D chart like the following figure.  Could you please show me the sample on How?

     

  • 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…

  • Please help with web Ultra Chart

    Hello: I am developing a web form where I have a chart and when I click on the different areas of the chart, I want to navigate to another page to show the detail of that specific clicked section. I cannot find any help with this and would much appreciate…

  • 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…

  • 3D is 3 coordinates

    not 2 coordinates and a perspective

    How can I render a true 3D vectorial space ?

  • Srcollable Legend (Display all labels)

    Hello,

    I'm using the 3DPieChart where I display the legend. Some of the labels are longer than others and are trimmed by default. Also the quantity of labels exceeds the legend area. How do I still display all labels. Is the 'moreIndicator' option by any…

  • 3D and TickmarkInterval

    Hello -

    I have a simple line chart that displays dates on the X-Axis and dollar amounts on the Y-Axis.  I only want to display a tickmark on the X-Axis every-other week.  On a 2-D line chart I set the following properties, which worked great.

    this.chartAssetHistory…
  • Pie Chart Going haywire when converted to 3D

    I had a simple 2D pie chart on a page that was working fine. I converted the charttype to a 3D pie chart through code. Now the charts height increases. Eventhough i have specified the hight of the chart in the markup. Any ideas what would cause the chart…

  • Composite Chart with 3D Charts

    Is it possible to use 3D charts in a composite chart? I would see no problem with this but I was modifying a 3DLineChart class I put together so that the legend and chart would load in seperate chart areas and I had some bugs. So I attempted to recreate…

  • How to set X and Y axis of 3D ultrachart from DataTable (urgent)

    Hi,

    I am using UltraChart 2009.2 version. Can we set the Source Column of X and Y axis from the DataTable? 

    E.g : Consider a Product Table with columns, name, cost, qty:

    ultrachart1.DataSource = dt;

    ultrachart1.DataBind();

    ultrachart1.Axis.X = "name";…

  • Can't get DataValues to work for Line Annotation in a LineChart3D

    I am trying to get a Line Annotation to work with a LineChart3D.  Using Data Values I can create my line with no problem using valueX and valueY within a LineChart.  However, I am not able to duplicate this using the LineChart3D.  I can create a line annotation…

  • Can I label the Axis on 3d Point Chart?

    I have a 3d point chart that looks like this:

    Chart Needing Labels I need to label the axes like so:

    The axis running from top to bottom, which reads 3000 to -9000 should be labeled "True Vertical Depth"

    The axis running left to right along the bottom with numbers…

  • 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

  • Custom Column Colours in 3D

    I am working on ABC/XYZ Analysis for inventory control on our Inranet and would like to colour the columns in an UltraChart in a similar way to the Excel example above - is it possible and if so how do I approach it

     

    Best regards

    Mark Eccles