Browse By Tags

  • Scatter Chart in not populating Data Properly.

    Hello,

    I'm new to Infragistics and using Scatter chart control to populate a sample data set. Details data are:

    X             Y           Rate

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

    2              2             5

    6              8            10

    10           12           12

     

    Wanna to display 5 at (X,Y)=(2,2), 10 at (6,10) and 12…

  • Points not Displaying on Scatter Chart

    Hey Guys,

     

    i tried to create a Scattered Chart. This is my first time to work on Chart. I am unable to display Scatter Point on my Chart. Can anyone tell me about how to display Points on Scatter Chart. My code goes here...

     

    UltraChart1.ChartType…

  • I need hybrid chart of Stacked and Bar chart

    My requirement is to make a chart in which series is having Bars but 2 bars are stacked. Can we achieved it through Infragistics charting. If it is possible then please provide sample of that. I am also attaching snap of desired chart. ---------…
  • Time-Scale Axis for a Scatter Line Chart.

    Hello!

    Please help me using a Time-Scale Axis in a Scatter Line Chart or Scatter Chart. 

    When I am trying to use it, it gives me the error that I should have two numeric columns.

     I am using V6.1 Is it available in this version or in what version? 

    THX!

    Teo 

  • WebChart control the icons by series

    HiIs there a way I can control the Icon, the color and the fact that a series is going to have connection with lines?

    This is the code that I have:

    this.UltraChart1.ScatterChart.Icon = SymbolIcon.Random;

    this.UltraChart1.ScatterChart.IconSize = Sym…

  • Upgrade caused ScatterChart points to not render

     Hi, I recently upgraded the version of Infragistics in an application from 5.3.20053.1099 to 5.3.20053.50. Everything seems to be working as it had before by just upgrading the version numbers except for my UltraWebChart. It is being set to a data table…

  • Smart ScatterChart Labels


    I have a scatter chart (pictured below), you can see that the labels overlap. Which isnt so good. Im looking for a way to make these labels display nicely together. Maybe callout style box with a line connecting to the point its associated with.

    I couldnt…
  • Logarithm Y axis labels with Scatter chart

    I have a scatter chart using a logarithm type graph.  I want the y-axis labels to display as such - from .1 to 1 to 10, to 100 - i.e. factors of 10.  I've tried setting min/max values, tried setting intervals - nothing will give me what I need.  I do have…

  • Composite Chart Series Ordering

    Is there a way to specify the order of series on a composite chart.  By order I mean a way to say which lines are drawn in the back and which are drawn in the front.  This is useful to me because there is one series on my chart that must always be in the…