Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Invalid Chart After Changing Chart Type

    Hi All, I have an application where the user can specify a type of chart before specifying the data for the chart. After specifying the data, they can then change the type of chart again. Upon changing either the data for the chart or the type of chart, the chart is firstly presumed to be valid until...
    Posted To WinChart (Forum) By Richard On Mon, Jul 19 2010
  • chart is leavin out the margins

    Hello, I have a problem. In winchart, the graph is leaving out the margins. See the picture below: Anyone know how to fix this? Thanks.
    Posted To WinChart (Forum) By igor_diniz_gss On Tue, May 4 2010
  • Display sliding window of chart values

    This may have been answered before and if so I'm sorry, but I haven't found anything in my searches. I am trying to display a chart with a moving 'window' of values similar to Task Manager's display of CPU and Memory usage. The DataSource of my chart is being constantly updated and...
    Posted To WinChart (Forum) By lumberjack4 On Thu, Dec 17 2009
  • Organizational Chart !!!

    Hi, Currently I am using NetAdvantage for .NET 2008 Vol. 2 CLR 2.0 and I want to Present data in Organizational View (like picture shown below), Is it possible with Infragistics control? If yes then How I will set data to Organozational layout ? Thanks in advance !!! :)
    Posted To WinChart (Forum) By Anshul12 On Wed, Apr 15 2009
  • Line chart where X and Y are double

    Hi all! I have an array of points which X and Y values are double. I need to show a chart that connects these points with straigt lines. Very simple mathematical chart, right? Sorry for a stupid quetion, but what type of chart should I use to do this? I really cannot find what should I use. I tryed to...
    Posted To WinChart (Forum) By Sedoj On Fri, Apr 3 2009
  • Re: Tooltips for composite chart

    Thanks for help, I use the DataItemOver event to obtain the layer index, and I call my IRenderLabel class every time in this event, when the layer index has changed. It works fine.
    Posted To WinChart (Forum) By mtanska On Fri, Dec 12 2008
  • Re: Tooltips for composite chart

    OK, I made the IRenderLabel class, with private parameter layer index. I have the method ToString(Hashtable context), which result depends on this index (because I would like to have three different tooltips). I read in some topics, that I can use HitTest method to obtain the layer index, but I don't...
    Posted To WinChart (Forum) By mtanska On Thu, Dec 11 2008
  • Tooltips for composite chart

    Hi, I have a composite chart with 1 area and 3 layers on it. One layer has stack column chart, two layers have line charts. I would like to set custom tooltips separately for each layer. I wrote my own IRenderLabel classes, set them as renderers for custom format strings, created the hashtable from it...
    Posted To WinChart (Forum) By mtanska On Thu, Dec 4 2008
  • X - Axis label display customization

    I am plotting points in a line chart continuously, reading data from a device every second. This may go upto an hour or more. i.e, plotting almost 3600 points every hour . The elapsed time/sample number is displayed in the X-Axis label. After a few minutes of plotting, the X-Axis labels disappear. this...
    Posted To WinChart (Forum) By sanms On Wed, Jul 16 2008
  • Re: Does the step line chart not support data change within milliseconds period?

    Hi, Here is my code. The project has only a UltraChart1 component of the Composite type. As you see, if you change bool bMilliSeconds to false, you will see data change in a second, but if you don't, the data does't show in a chart as it should. using System; using System.Collections.Generic;...
    Posted To WinChart (Forum) By ktatsu On Mon, Jun 9 2008
Page 1 of 2 (20 items) 1 2 Next >