Browse By Tags

  • How to Build an Area chart in Windows Forms

    [youtube] width="560" height="315" src="http://www.youtube.com/embed/MgMO5WU8VwI" [/youtube]

    In this video we're going to do a quick tutorial on building an area chart with the new Infragistics Windows Forms Chart Control…

  • UltraWinChart line thickness

    Hello,

    I've been trying to set the line tickness of various types of charts (Area, Line, etc) with no sucess.

    I know this question was answered here http://community.infragistics.com/forums/p/22940/84197.aspx, but I can't do it myself. Can anyone…

  • UltraChart - Change chart position

    Hello,

    Is it possible to change the chart postion (or margins). I'm talking about the chart itself (inside the ultrachart), not the ultrachart object.

    I've explored the FillSceneGraphEvent, but I don't know what to modify...

    Btw, I'm using…

  • Forcing the FillSceneGraph event

    I have an area chart and I'm using the FillSceneGraph event to do some custom drawing, etc.  I need to force this event to fire under certain conditions.  I've tried Refresh(), Invalidate(), etc. to no avail.  Is there any way I can force this event…

  • How to plot an Area chart to display Min - Max Range

    Hi,

    We are using .NET Advantage for Win Forms v9.2.  We need to plot a chart as follows.

    I am attached the sample data availabe to plot this chat. In screenshot "yellow' indicates 'Value' column where the band displays 'Min' and 'Max' range.Depends…

  • ColorModel.ApplyRowWise

    Hello,

    I have a AreaChart with Legend showing. I do not understand why whenever I set the ColorModel.ApplyRowWise to false. The legend item caption gets changed to the same as X axis. I have enabled SwapRowandColumn to true. I do not understand how changing…

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

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

  • Not show area for empty values

    I use AreaChart and want to show data by time intervals. Often i have time intervals with 0 data value. In this case point with nonempty value is connected with point with empty value, that is sloping line is shown.

    I would like not to connect adjacent…

  • Area Chart with empty values

    Hello,

    it seems to me that the area chart has problems with displaying empty values. (The blue line has nearly the same data but does not have the problem.)

    The data looks like this:

    Time
    Data
     
     
    15.02.2012 09…

  • Display custom label in Y2 axis.

    Hi friends,

    I have a AreaChart with $close as Y-axis and datetime X-axis. Also the range for Y-axis is set to known values and graph is plotted against the X-axis(datetime).

    The requirement is to show H,L and C labels in the Y2 axis. So I have used custom…