-
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...
-
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.
-
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...
-
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 !!! :)
-
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...
-
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.
-
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...
-
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...
-
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...
-
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;...