Browse By Tags

  • UltraWebChart: How to displaynegative bar value on the bottom of the bar

    Is there anyway to display negative bar values on the bottom of the bar and positive values on the top?  

    Thanks in advance for your help.

  • Composite Control with Stack Columns and Column

    Hello,

       Is it possible to have a Stack Column Chart area and a Column Chart area in the same chart? For example if I had a series of number (1, 10, 20)  for 1/1/2011, which I would want to be displayed as a Stack Colum Chart and I had another of series…

  • How to remove 3D background from the chart

    Hello,

     

    I am using the 3D Column chart. I want to remove 3D background of the chart.

    or can say I want trasparant background for my chart.

    Please, share solution with me

     

    Thank You

  • Is it possible to build a chart with grid boxes in different colours?

    Hi,

    I have a requirement to build a chart as the attached image. I am clueless where to start.
    I tried putting the img as background image but it would fill the whole chart. I want it to fil only part of the chart and then put a scattar chart layer on…

  • ultraChart to Pdf

    how can i export an ultrachart to a pdf document?

  • Unable to plot series on Y2(right) axis for a composite ultrawebchart

    Hi,

    I want to plot a series on Y2(right) axis using UltraWebchart component.

    I followed all steps sequentially as per Netadvantage suite documentation (https://www.infragistics.com/help/aspnet/chart-creating-a-composite-chart-in-code-part-1-of-2). However…

  • UltraWebChart Updating Contents NetAdvantage 10.2 ASP.NET

    Hello all,

    I'm having some trouble using the UltraWebChart. What I'm trying to achieve is allow the user choose from a drop down various time scales (week month year, etc.) in which to display the contents of the Gantt chart, so if the user chooses…

  • 1 row not filling in chart

    I have a chart and when there are multiple rows in the dataset everything works fine. When there is one row in the dataset the labels are what they should be but the barchart does not fill. Is there a reason why this is?

     

    Here is my code:

     

    DataTable…

  • Line Chart shows extra datapoint

    I have a line chart that if there is only 1 value, it is plotting an extra data point at the end.  I've set the stroke width of my color model to zero so the line doesn't get displayed.  How do i get rid of these extra data points?  Why do they even…

  • How to access an Axis added to a composite Chart Area

     The following shows the source code that creates the X and Y axis information for my composite chart.  I want to be access the Y Axis in my code behind page, so that I can adjust the Min and Max Range values. I am adding mulitple NumericTimeSeries to the…

  • Positioning Legend when using Scaling Fonts (CompositeChart)

    I'm using a composite chart, with that contains a double Y-Axis (Y, Y2).  I am attempting to place the legend a few pixels beyond the biggest label on the Y2 axis (so the legend appears on the right hand side).

    However, the calculation is being based…

  • 3D Pie Charts upside-down

    hello,

    im using infragistics 8.2 and i have a problem with a 3D Pie Charts.

    by default 3D Pie Charts is upside-down, how i can invert this?

  • Deployment Oddity - Changing Font/Style

    On local if you look at the Chart Screen the fonts on the four graphs (Premises etc) look all lovely - in Ariel with a Bold Title at the top.
    After uploading these to either the Testing or the Live system, these graphs revert to the default Courier…
  • CompositeChart aligning composite legend to the right... how?

    Hi,

    I've hit a bit of a brick wall, I have a composite chart using an X, Y and Y2 axis.  It has a ColumnChart and LineChart rendering perfectly.

    I'm also rendering two appropriate legends, and positioning them using bounds, at present in the upper…

  • Average Curves and Deviation

    Hello,

    does the WebChart support some default calculations like average, deviation and trend lines?

    If not included in default, how can i ad those lines?  Can I use a default chart or do i need to make a composite chart? 

    Maybe this Layers are the way…

  • tooltips are missing in Firefox

     I have charts loading inside WARP.

    In IE everything works fine, but in FF when the page is loaded for the first time it displays tooltips (but they are displaced to other part of the page) .

    After the callbacks and different chart displays, no more tooltips…

  • cannot get custom x axis label to appear

    I have a webchart which is populated from an array. This works fine except that the x axis has the column#1 etc appearing for labels. I created another array containing the labels I want to appear as follows:

     

    Dim

    xLabels() As String = {"1"…
  • 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…

  • Data display problem in Ultrachart

    I've been using Infragistics UltraWebChart v. 5.2. If the number of records is larger in the DataSource and the size of the image generated is small (dimensions are 350px width and 183px height) then the column graph generated doesn't show any bars for…

  • How to hide null points in line graph

    Hi,

    i am using ultra web chart. now i don't want show the null points in my graph.

    For this i am setting the property

    UltraChart2.LineChart.NullHandling = Infragistics.UltraChart.Shared.Styles.

    NullHandling.InterpolateSimple;

    now it is displaying…

  • How to adjust the bar/column width in a StackColumnChart if there is a single or lesser bars

    Hi,

    I have used a StackColumnChart and have populated its data from a dataset at runtime.

    Now, if there's only one series available, i.e. only one column/bar, that bar stretches until the entire chart width, i.e. it covers the entire chart area and that…

  • UltraWebChart: How to display a solid X Axis line when bar values go negative

    I don't see any properties that allow me to set the X Axis as a solid line (like the green line below)across the bar chart when some of the bar values are negative.

    Any idea? Thanks in advance for your help.