Browse By Tags

  • Ultra Web Chart.

     Hi All,

        Am trying to create a stacked column chart, i dont know how can i create this chart using infragistics chart control. i tried this url(https://www.infragistics.com/samples/aspnet/chart/stacked-area-chart ), in this am not able to find the data…

  • Web Ultra Pie Chart Data Binding with DataSet

    Hi Guys

    I am a newbie to Infragistics.

    Is it possible to Bind a DataSet which has a single tabe with multiple columns to a Web pie chart and only show the required columns in the Pie chart and not all in the table. It just shows all of them regardless…

  • Problem with Stacked Column & Line Composite Chart..

    I created a column & line composite chart.. Work so well that my boss wanted a stacked column & line composite chart as well.. I assume that the only change I needed to make was to my graph layer type but when I did I lost my dates on my X-Axis and one…

  • Operation Aborted error in IE6

    We are currently experiencing an issue in IE6 where if a user hovers over a web chart while the rest of the page is still loading it will throw an Operation Aborted exception and crash the app. From what I have gathered from other threads is that…

  • How to show labels for Y values when using a NumericTimeSeries datasource

    I have a simple scatter chart to which I add a NumericTimeSeries.

    I can switch on the data point labels and set the ItemFormatString = "<DATA_VALUE:##.##>".

    But I cannot get it to display the Value from the NumericTimeSeries, I think…

  • Rendering multiple charts in a web page

    Hello!

            I have a web page in wich I render eleven charts. The first time shows correctly but when I refresh the page the charts doesn´t render their data, it shows other chart data. For example, when I refresh chart 5 show info of cahart 6, chart 6 info…

  • UltraWebChart - LineChart Datapoint Color

    Hello, I have a Linechart that has several datapoints. When I click on a datapoint, I want for that datapoint change color.

    I used the ChartDrawItem event but it changes the color for all the datapoints.
    Protected Sub UltraChart1_ChartDrawItem(ByVal sender…

  • 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…
  • WebChart Probability Chart - Bell curve or normal distribution

    Has anyone worked with the probability chart for webChart? I need to create a normal distribution (bell-curve) using C#, but I cannot figure out how to do a solid fill. Any help is apprec.

  • Change in behaviour for line chart axis labels?

    I have a simple line chart in a layer in a composite chart, with items plotted along the x-axis and data values on the y-axis.

    In version 8.2, the item labels along the x-axis line up with the points plotted on the graph, so if there are 5 points then…

  • chart image position

    I am using a pie chart that is located in a HTML table cell.

    The table is located inside a fixed height div, so i can scroll down the table.

    my problem is that when i scroll down the table, the image of the chart stays in it place and does not scroll…

  • How to Display Time Intervals Along X-AXIS

    hi all, Can you please help me to display Time Intervals along X-Axis of the Gantt chart instead of date time value.in my gantt chart y-axis represents classes and x axis represents start time and end time of the class.I want to display x axis data…
  • Orientation Angle for Custom Labels

    Morning,

     I am using a BarChart and everything is just about right except for the X Axis label orientation. I am using a custom array that I pass in at run time via:

    _ultraChart.Data.SetRowLabels(this.GetColumnLabels(_data));

    GetColumnLabels loops…

  • Scrollbar align in Firefox

    HI, I have a little problem with the scrollbar when i am using firefox, in IE is no problem and its visualize as it have to be, so i would like if anyone could help me to align the scrollbar with the chart using firefox, any property or any trick to solve…

  • "Object reference not set to an instance of an object" in chart constructor

    The line

     UltraChart c = new UltraChart();

    is throwing the following exception when the aspx page i'm load testing comes under heavy load.

    System.NullReferenceException: Object reference not set to an instance of an object.

    at Infragistics.WebUI…

  • Adding a Data-Table to a ultrawebchart

    Hi All

     I want to add a data-table like in excel to my bar chart to display the bar chart with its relevant data, please see example below.

    Kind Regards,

    NeilData Table Example

  • Space betwen group of Rows in UltraChart

    Hi,

    I would like to get a space in between Oct08 And Nov 07, Nov 08 And Dec 07 ( after ever group of 2 years)

     and so on in the chart shown below.

    FYI, I am using a Column Chart and Swap Rows And Colums is True.

    Thanks in Advacne

     

  • Custom Axis Label

    Hi,

    I am using a line chart in which I am plotting Values Vs. Time. All the values are getting plotted correctly but I want to display text 'Time'  on X-axis and 'Value' on Y-Axis apart from X & Y axis scales.

     

    Is it possible ? Please…

  • Stacked Area Chart in Composite Chart

    Hello,

    i have troubles getting my Stacked Area Chart to work the same way it works within a normal Stacked Area Chart.

     

    I defined a DataTable where each Row should be displayed as "one" Area in the Chart.

    For example:

    Name | Value1 | Value2 | Va…

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

     

  • Column Chart coloring problem

    Hi, I have a column chart as shown in the screenshot.

    I want to set fixed colors for each column within a series. For example, I want the first column in "Total" to always be red and second column to always be green.

    If I set colormodel…